Html Css Color HEX #B62321 Fire Brick

📋 copy color: '#B62321'

red 182 ◦ green 35 ◦ blue 33

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

Shades of Fire Brick #B62321

Tints of Fire Brick #B62321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

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

R = 72.8%
G = 14%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B62321 (or 0xB62321) is known color: Fire Brick. HEX triplet: B6, 23 and 21. RGB value is (182,35,33). Sum of RGB (Red+Green+Blue) = 182+35+33=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B62321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62321 is #49DCDE. Grayscale: #4E4E4E. Windows color (decimal): -4840671 or 2171830. OLE color: 2171830.

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

Color convert

RGB 182 35 33 -
CMYK 0 0.81 0.82 0.29
HSL 0.81º 0.69% 0.42% -
HSV(B) 0.81º 0.82% 0.71% -
XYZ 20.17 11.26 2.55 -
YUV 78.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 182 35 33 0 0.81 0.82 0.29 0.81 0.69 0.42
Hex B6 23 21 0 51 52 1D 1 45 2A
Octal 266 43 41 0 121 122 35 1 105 52
Binary 10110110 100011 100001 0 1010001 1010010 11101 1 1000101 101010

Color Harmonies of #B62321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62321

Black with #B62321

Text Example


Text Example

White with #B62321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62321; }

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

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

background-color css

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

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

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

border-color css

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

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

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