Html Css Color HEX #B61908 Fire Brick

📋 copy color: '#B61908'

red 182 ◦ green 25 ◦ blue 8

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

Shades of Fire Brick #B61908

Tints of Fire Brick #B61908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.63%

 BLUE value IS 8 (3.52% from 255) = 3.72%

R = 84.65%
G = 11.63%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B61908 (or 0xB61908) is known color: Fire Brick. HEX triplet: B6, 19 and 08. RGB value is (182,25,8). Sum of RGB (Red+Green+Blue) = 182+25+8=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B61908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61908 is #49E6F7. Grayscale: #464646. Windows color (decimal): -4843256 or 530870. OLE color: 530870.

HSL color Cylindrical-coordinate representation of color #B61908: hue angle of 5.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B61908 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 8 -
CMYK 0 0.86 0.96 0.29
HSL 5.86º 0.92% 0.37% -
HSV(B) 5.86º 0.96% 0.71% -
XYZ 19.68 10.66 1.25 -
YUV 70.01 93.01 207.88 -
System Red Green Blue C M Y K H S L
Decimal 182 25 8 0 0.86 0.96 0.29 5.86 0.92 0.37
Hex B6 19 8 0 56 60 1D 6 5C 25
Octal 266 31 10 0 126 140 35 6 134 45
Binary 10110110 11001 1000 0 1010110 1100000 11101 110 1011100 100101

Color Harmonies of #B61908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61908

Black with #B61908

Text Example


Text Example

White with #B61908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61908; }

 p { color: rgb(182,25,8); }

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

background-color css

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

 a { background-color: rgb(182,25,8); }

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

border-color css

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

 span { border-color: rgb(182,25,8); }

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