Html Css Color HEX #B62010 Fire Brick

📋 copy color: '#B62010'

red 182 ◦ green 32 ◦ blue 16

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

Shades of Fire Brick #B62010

Tints of Fire Brick #B62010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 79.13%
G = 13.91%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B62010 (or 0xB62010) is known color: Fire Brick. HEX triplet: B6, 20 and 10. RGB value is (182,32,16). Sum of RGB (Red+Green+Blue) = 182+32+16=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B62010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62010 is #49DFEF. Grayscale: #4B4B4B. Windows color (decimal): -4841456 or 1056950. OLE color: 1056950.

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

Color convert

RGB 182 32 16 -
CMYK 0 0.82 0.91 0.29
HSL 5.78º 0.84% 0.39% -
HSV(B) 5.78º 0.91% 0.71% -
XYZ 19.9 11.02 1.57 -
YUV 75.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 182 32 16 0 0.82 0.91 0.29 5.78 0.84 0.39
Hex B6 20 10 0 52 5B 1D 6 54 27
Octal 266 40 20 0 122 133 35 6 124 47
Binary 10110110 100000 10000 0 1010010 1011011 11101 110 1010100 100111

Color Harmonies of #B62010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62010

Black with #B62010

Text Example


Text Example

White with #B62010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62010; }

 p { color: rgb(182,32,16); }

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

background-color css

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

 a { background-color: rgb(182,32,16); }

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

border-color css

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

 span { border-color: rgb(182,32,16); }

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