Html Css Color HEX #B61512 Fire Brick

📋 copy color: '#B61512'

red 182 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #B61512

Tints of Fire Brick #B61512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 82.35%
G = 9.5%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61512 (or 0xB61512) is known color: Fire Brick. HEX triplet: B6, 15 and 12. RGB value is (182,21,18). Sum of RGB (Red+Green+Blue) = 182+21+18=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B61512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61512 is #49EAED. Grayscale: #444444. Windows color (decimal): -4844270 or 1185206. OLE color: 1185206.

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

Color convert

RGB 182 21 18 -
CMYK 0 0.88 0.90 0.29
HSL 1.1º 0.82% 0.39% -
HSV(B) 1.1º 0.9% 0.71% -
XYZ 19.67 10.53 1.57 -
YUV 68.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 182 21 18 0 0.88 0.90 0.29 1.1 0.82 0.39
Hex B6 15 12 0 58 5A 1D 1 52 27
Octal 266 25 22 0 130 132 35 1 122 47
Binary 10110110 10101 10010 0 1011000 1011010 11101 1 1010010 100111

Color Harmonies of #B61512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61512

Black with #B61512

Text Example


Text Example

White with #B61512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61512; }

 p { color: rgb(182,21,18); }

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

background-color css

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

 a { background-color: rgb(182,21,18); }

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

border-color css

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

 span { border-color: rgb(182,21,18); }

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