Html Css Color HEX #BD2C2C Fire Brick

📋 copy color: '#BD2C2C'

red 189 ◦ green 44 ◦ blue 44

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

Shades of Fire Brick #BD2C2C

Tints of Fire Brick #BD2C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.88%

R = 68.23%
G = 15.88%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD2C2C (or 0xBD2C2C) is known color: Fire Brick. HEX triplet: BD, 2C and 2C. RGB value is (189,44,44). Sum of RGB (Red+Green+Blue) = 189+44+44=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2C2C is #42D3D3. Grayscale: #575757. Windows color (decimal): -4379604 or 2895037. OLE color: 2895037.

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

Color convert

RGB 189 44 44 -
CMYK 0 0.77 0.77 0.26
HSL 0.62% 0.46% -
HSV(B) 0.77% 0.74% -
XYZ 22.34 12.8 3.68 -
YUV 87.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 189 44 44 0 0.77 0.77 0.26 0 0.62 0.46
Hex BD 2C 2C 0 4D 4D 1A 0 3E 2E
Octal 275 54 54 0 115 115 32 0 76 56
Binary 10111101 101100 101100 0 1001101 1001101 11010 0 111110 101110

Color Harmonies of #BD2C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2C2C

Black with #BD2C2C

Text Example


Text Example

White with #BD2C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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