Html Css Color HEX #BD2C39 Brick Red

📋 copy color: '#BD2C39'

red 189 ◦ green 44 ◦ blue 57

#BD2C39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #BD2C39

Tints of Brick Red #BD2C39

RGB

 RED value IS 189 (74.22% from 255) = 65.17%

 GREEN value IS 44 (17.58% from 255) = 15.17%

 BLUE value IS 57 (22.66% from 255) = 19.66%

R = 65.17%
G = 15.17%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD2C39 (or 0xBD2C39) is known color: Brick Red. HEX triplet: BD, 2C and 39. RGB value is (189,44,57). Sum of RGB (Red+Green+Blue) = 189+44+57=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C39 is #42D3C6. Grayscale: #585858. Windows color (decimal): -4379591 or 3747005. OLE color: 3747005.

HSL color Cylindrical-coordinate representation of color #BD2C39: hue angle of 354.62º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2C39 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 44 57 -
CMYK 0 0.77 0.70 0.26
HSL 354.62º 0.62% 0.46% -
HSV(B) 354.62º 0.77% 0.74% -
XYZ 22.63 12.92 5.17 -
YUV 88.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 189 44 57 0 0.77 0.70 0.26 354.62 0.62 0.46
Hex BD 2C 39 0 4D 46 1A 163 3E 2E
Octal 275 54 71 0 115 106 32 543 76 56
Binary 10111101 101100 111001 0 1001101 1000110 11010 101100011 111110 101110

Color Harmonies of #BD2C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C39

Black with #BD2C39

Text Example


Text Example

White with #BD2C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C39; }

 p { color: rgb(189,44,57); }

 H1.HeaderClassName
 {
   color: #BD2C39;
 }
 .AnyTagClassName
 {
   color: #BD2C39;
 }
</style>

background-color css

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

 a { background-color: rgb(189,44,57); }

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

border-color css

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

 span { border-color: rgb(189,44,57); }

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