Html Css Color HEX #B61E08 Fire Brick

📋 copy color: '#B61E08'

red 182 ◦ green 30 ◦ blue 8

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

Shades of Fire Brick #B61E08

Tints of Fire Brick #B61E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.64%

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

R = 82.73%
G = 13.64%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B61E08 (or 0xB61E08) is known color: Fire Brick. HEX triplet: B6, 1E and 08. RGB value is (182,30,8). Sum of RGB (Red+Green+Blue) = 182+30+8=220 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.73% from 220); Green value is 30 (12.11% from 255 or 13.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61E08 is #49E1F7. Grayscale: #494949. Windows color (decimal): -4841976 or 532150. OLE color: 532150.

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

Color convert

RGB 182 30 8 -
CMYK 0 0.84 0.96 0.29
HSL 7.59º 0.92% 0.37% -
HSV(B) 7.59º 0.96% 0.71% -
XYZ 19.8 10.89 1.29 -
YUV 72.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 182 30 8 0 0.84 0.96 0.29 7.59 0.92 0.37
Hex B6 1E 8 0 54 60 1D 8 5C 25
Octal 266 36 10 0 124 140 35 10 134 45
Binary 10110110 11110 1000 0 1010100 1100000 11101 1000 1011100 100101

Color Harmonies of #B61E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E08

Black with #B61E08

Text Example


Text Example

White with #B61E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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