Html Css Color HEX #B92421 Fire Brick

📋 copy color: '#B92421'

red 185 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #B92421

Tints of Fire Brick #B92421

RGB

 RED value IS 185 (72.66% from 255) = 72.83%

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 72.83%
G = 14.17%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B92421 (or 0xB92421) is known color: Fire Brick. HEX triplet: B9, 24 and 21. RGB value is (185,36,33). Sum of RGB (Red+Green+Blue) = 185+36+33=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B92421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92421 is #46DBDE. Grayscale: #505050. Windows color (decimal): -4643807 or 2172089. OLE color: 2172089.

HSL color Cylindrical-coordinate representation of color #B92421: hue angle of 1.18º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92421 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 33 -
CMYK 0 0.81 0.82 0.27
HSL 1.18º 0.7% 0.43% -
HSV(B) 1.18º 0.82% 0.73% -
XYZ 20.91 11.69 2.59 -
YUV 80.21 101.36 202.74 -
System Red Green Blue C M Y K H S L
Decimal 185 36 33 0 0.81 0.82 0.27 1.18 0.7 0.43
Hex B9 24 21 0 51 52 1B 1 46 2B
Octal 271 44 41 0 121 122 33 1 106 53
Binary 10111001 100100 100001 0 1010001 1010010 11011 1 1000110 101011

Color Harmonies of #B92421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92421

Black with #B92421

Text Example


Text Example

White with #B92421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92421; }

 p { color: rgb(185,36,33); }

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

background-color css

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

 a { background-color: rgb(185,36,33); }

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

border-color css

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

 span { border-color: rgb(185,36,33); }

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