Html Css Color HEX #B62421 Fire Brick

📋 copy color: '#B62421'

red 182 ◦ green 36 ◦ blue 33

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

Shades of Fire Brick #B62421

Tints of Fire Brick #B62421

RGB

 RED value IS 182 (71.48% from 255) = 72.51%

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

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

R = 72.51%
G = 14.34%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B62421 (or 0xB62421) is known color: Fire Brick. HEX triplet: B6, 24 and 21. RGB value is (182,36,33). Sum of RGB (Red+Green+Blue) = 182+36+33=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B62421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62421 is #49DBDE. Grayscale: #4F4F4F. Windows color (decimal): -4840415 or 2172086. OLE color: 2172086.

HSL color Cylindrical-coordinate representation of color #B62421: hue angle of 1.21º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62421 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 36 33 -
CMYK 0 0.80 0.82 0.29
HSL 1.21º 0.69% 0.42% -
HSV(B) 1.21º 0.82% 0.71% -
XYZ 20.2 11.32 2.56 -
YUV 79.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 182 36 33 0 0.80 0.82 0.29 1.21 0.69 0.42
Hex B6 24 21 0 50 52 1D 1 45 2A
Octal 266 44 41 0 120 122 35 1 105 52
Binary 10110110 100100 100001 0 1010000 1010010 11101 1 1000101 101010

Color Harmonies of #B62421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62421

Black with #B62421

Text Example


Text Example

White with #B62421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62421; }

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

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

background-color css

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

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

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

border-color css

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

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

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