Html Css Color HEX #BD2B42 Brick Red

📋 copy color: '#BD2B42'

red 189 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #BD2B42

Tints of Brick Red #BD2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 63.42%
G = 14.43%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD2B42 (or 0xBD2B42) is known color: Brick Red. HEX triplet: BD, 2B and 42. RGB value is (189,43,66). Sum of RGB (Red+Green+Blue) = 189+43+66=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B42 is #42D4BD. Grayscale: #595959. Windows color (decimal): -4379838 or 4336573. OLE color: 4336573.

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

Color convert

RGB 189 43 66 -
CMYK 0 0.77 0.65 0.26
HSL 350.55º 0.63% 0.45% -
HSV(B) 350.55º 0.77% 0.74% -
XYZ 22.83 12.94 6.45 -
YUV 89.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 189 43 66 0 0.77 0.65 0.26 350.55 0.63 0.45
Hex BD 2B 42 0 4D 41 1A 15F 3F 2D
Octal 275 53 102 0 115 101 32 537 77 55
Binary 10111101 101011 1000010 0 1001101 1000001 11010 101011111 111111 101101

Color Harmonies of #BD2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B42

Black with #BD2B42

Text Example


Text Example

White with #BD2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B42; }

 p { color: rgb(189,43,66); }

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

background-color css

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

 a { background-color: rgb(189,43,66); }

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

border-color css

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

 span { border-color: rgb(189,43,66); }

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