Html Css Color HEX #BD2D28 Fire Brick

📋 copy color: '#BD2D28'

red 189 ◦ green 45 ◦ blue 40

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

Shades of Fire Brick #BD2D28

Tints of Fire Brick #BD2D28

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 68.98%
G = 16.42%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD2D28 (or 0xBD2D28) is known color: Fire Brick. HEX triplet: BD, 2D and 28. RGB value is (189,45,40). Sum of RGB (Red+Green+Blue) = 189+45+40=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2D28 is #42D2D7. Grayscale: #575757. Windows color (decimal): -4379352 or 2633149. OLE color: 2633149.

HSL color Cylindrical-coordinate representation of color #BD2D28: hue angle of 2.01º degrees, saturation: 0.65, 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 #BD2D28 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 40 -
CMYK 0 0.76 0.79 0.26
HSL 2.01º 0.65% 0.45% -
HSV(B) 2.01º 0.79% 0.74% -
XYZ 22.31 12.85 3.31 -
YUV 87.49 101.21 200.41 -
System Red Green Blue C M Y K H S L
Decimal 189 45 40 0 0.76 0.79 0.26 2.01 0.65 0.45
Hex BD 2D 28 0 4C 4F 1A 2 41 2D
Octal 275 55 50 0 114 117 32 2 101 55
Binary 10111101 101101 101000 0 1001100 1001111 11010 10 1000001 101101

Color Harmonies of #BD2D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D28

Black with #BD2D28

Text Example


Text Example

White with #BD2D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D28; }

 p { color: rgb(189,45,40); }

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

background-color css

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

 a { background-color: rgb(189,45,40); }

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

border-color css

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

 span { border-color: rgb(189,45,40); }

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