Html Css Color HEX #BD2C28 Fire Brick

📋 copy color: '#BD2C28'

red 189 ◦ green 44 ◦ blue 40

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

Shades of Fire Brick #BD2C28

Tints of Fire Brick #BD2C28

RGB

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

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

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

R = 69.23%
G = 16.12%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD2C28 (or 0xBD2C28) is known color: Fire Brick. HEX triplet: BD, 2C and 28. RGB value is (189,44,40). Sum of RGB (Red+Green+Blue) = 189+44+40=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C28 is #42D3D7. Grayscale: #575757. Windows color (decimal): -4379608 or 2632893. OLE color: 2632893.

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

Color convert

RGB 189 44 40 -
CMYK 0 0.77 0.79 0.26
HSL 1.61º 0.65% 0.45% -
HSV(B) 1.61º 0.79% 0.74% -
XYZ 22.27 12.77 3.3 -
YUV 86.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 189 44 40 0 0.77 0.79 0.26 1.61 0.65 0.45
Hex BD 2C 28 0 4D 4F 1A 2 41 2D
Octal 275 54 50 0 115 117 32 2 101 55
Binary 10111101 101100 101000 0 1001101 1001111 11010 10 1000001 101101

Color Harmonies of #BD2C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C28

Black with #BD2C28

Text Example


Text Example

White with #BD2C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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