Html Css Color HEX #B61712 Fire Brick

📋 copy color: '#B61712'

red 182 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #B61712

Tints of Fire Brick #B61712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 81.61%
G = 10.31%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61712 (or 0xB61712) is known color: Fire Brick. HEX triplet: B6, 17 and 12. RGB value is (182,23,18). Sum of RGB (Red+Green+Blue) = 182+23+18=223 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.61% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 182 - color contains mainly: red. Hex color #B61712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61712 is #49E8ED. Grayscale: #464646. Windows color (decimal): -4843758 or 1185718. OLE color: 1185718.

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

Color convert

RGB 182 23 18 -
CMYK 0 0.87 0.90 0.29
HSL 1.83º 0.82% 0.39% -
HSV(B) 1.83º 0.9% 0.71% -
XYZ 19.71 10.6 1.58 -
YUV 69.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 182 23 18 0 0.87 0.90 0.29 1.83 0.82 0.39
Hex B6 17 12 0 57 5A 1D 2 52 27
Octal 266 27 22 0 127 132 35 2 122 47
Binary 10110110 10111 10010 0 1010111 1011010 11101 10 1010010 100111

Color Harmonies of #B61712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61712

Black with #B61712

Text Example


Text Example

White with #B61712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61712; }

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

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

background-color css

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

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

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

border-color css

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

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

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