#BD273E

Color #BD273E Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #BD273E

Tints of Brick Red #BD273E

Color information

#BD273E (or 0xBD273E) is unknown color: approx Brick Red. HEX triplet: BD, 27 and 3E. RGB value is (189,39,62). Sum of RGB (Red+Green+Blue) = 189+39+62=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD273E is #42D8C1. Grayscale: #565656. Windows color (decimal): -4380866 or 4073405. OLE color: 4073405.

HSL color Cylindrical-coordinate representation of color #BD273E: hue angle of 350.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD273E is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1893962-
CMYK00.790.670.26
HSL350.8º65.79%44.71%-
HSV(B)350.8º79.37%74.12%-
XYZ22.5812.625.8-
YUV86.47114.2201.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 65.17%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=65.17%
G=13.45%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189396200.790.670.26350.865.7944.71
HexBD273E04F431A15f422d
Octal275477601171033253710255
Binary10111101100111111110010011111000011110101010111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD273E; }

 p { color: rgb(189,39,62); }

 H1.HeaderClassName
 {
   color: #BD273E;
 }
 .AnyTagClassName
 {
   color: #BD273E;
 }
</style>
background-color css

<style>
 a { background-color: #BD273E; }

 a { background-color: rgb(189,39,62); }

 div.DivClassName
 {
   background-color: #BD273E;
 }
 .BgClassName
 {
   background-color: #BD273E;
 }
</style>
border-color css

<style>
 span { border-color: #BD273E; }

 span { border-color: rgb(189,39,62); }

 td.TdClassName
 {
   border-color: #BD273E;
 }
 .TagClassName
 {
   border-color: #BD273E;
 }
</style>