Html Css Color HEX #BD211C Fire Brick

📋 copy color: '#BD211C'

red 189 ◦ green 33 ◦ blue 28

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

Shades of Fire Brick #BD211C

Tints of Fire Brick #BD211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 75.6%
G = 13.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD211C (or 0xBD211C) is known color: Fire Brick. HEX triplet: BD, 21 and 1C. RGB value is (189,33,28). Sum of RGB (Red+Green+Blue) = 189+33+28=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD211C is #42DEE3. Grayscale: #4F4F4F. Windows color (decimal): -4382436 or 1843645. OLE color: 1843645.

HSL color Cylindrical-coordinate representation of color #BD211C: hue angle of 1.86º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD211C is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 28 -
CMYK 0 0.83 0.85 0.26
HSL 1.86º 0.74% 0.43% -
HSV(B) 1.86º 0.85% 0.74% -
XYZ 21.74 11.99 2.27 -
YUV 79.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 189 33 28 0 0.83 0.85 0.26 1.86 0.74 0.43
Hex BD 21 1C 0 53 55 1A 2 4A 2B
Octal 275 41 34 0 123 125 32 2 112 53
Binary 10111101 100001 11100 0 1010011 1010101 11010 10 1001010 101011

Color Harmonies of #BD211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD211C

Black with #BD211C

Text Example


Text Example

White with #BD211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD211C; }

 p { color: rgb(189,33,28); }

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

background-color css

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

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

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

border-color css

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

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

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