Html Css Color HEX #BF2A21 Fire Brick

📋 copy color: '#BF2A21'

red 191 ◦ green 42 ◦ blue 33

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

Shades of Fire Brick #BF2A21

Tints of Fire Brick #BF2A21

RGB

 RED value IS 191 (75% from 255) = 71.8%

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 71.8%
G = 15.79%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF2A21 (or 0xBF2A21) is known color: Fire Brick. HEX triplet: BF, 2A and 21. RGB value is (191,42,33). Sum of RGB (Red+Green+Blue) = 191+42+33=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A21 is #40D5DE. Grayscale: #555555. Windows color (decimal): -4249055 or 2173631. OLE color: 2173631.

HSL color Cylindrical-coordinate representation of color #BF2A21: hue angle of 3.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2A21 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 42 33 -
CMYK 0 0.78 0.83 0.25
HSL 3.42º 0.71% 0.44% -
HSV(B) 3.42º 0.83% 0.75% -
XYZ 22.59 12.84 2.73 -
YUV 85.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 191 42 33 0 0.78 0.83 0.25 3.42 0.71 0.44
Hex BF 2A 21 0 4E 53 19 3 47 2C
Octal 277 52 41 0 116 123 31 3 107 54
Binary 10111111 101010 100001 0 1001110 1010011 11001 11 1000111 101100

Color Harmonies of #BF2A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2A21

Black with #BF2A21

Text Example


Text Example

White with #BF2A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2A21; }

 p { color: rgb(191,42,33); }

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

background-color css

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

 a { background-color: rgb(191,42,33); }

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

border-color css

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

 span { border-color: rgb(191,42,33); }

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