Html Css Color HEX #BD2E39 Brick Red

📋 copy color: '#BD2E39'

red 189 ◦ green 46 ◦ blue 57

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

Shades of Brick Red #BD2E39

Tints of Brick Red #BD2E39

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.75%

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

R = 64.73%
G = 15.75%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BD2E39 (or 0xBD2E39) is known color: Brick Red. HEX triplet: BD, 2E and 39. RGB value is (189,46,57). Sum of RGB (Red+Green+Blue) = 189+46+57=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E39 is #42D1C6. Grayscale: #5A5A5A. Windows color (decimal): -4379079 or 3747517. OLE color: 3747517.

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

Color convert

RGB 189 46 57 -
CMYK 0 0.76 0.70 0.26
HSL 355.38º 0.61% 0.46% -
HSV(B) 355.38º 0.76% 0.74% -
XYZ 22.7 13.07 5.2 -
YUV 90.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 189 46 57 0 0.76 0.70 0.26 355.38 0.61 0.46
Hex BD 2E 39 0 4C 46 1A 163 3D 2E
Octal 275 56 71 0 114 106 32 543 75 56
Binary 10111101 101110 111001 0 1001100 1000110 11010 101100011 111101 101110

Color Harmonies of #BD2E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2E39

Black with #BD2E39

Text Example


Text Example

White with #BD2E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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