Html Css Color HEX #B61A12 Fire Brick

📋 copy color: '#B61A12'

red 182 ◦ green 26 ◦ blue 18

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

Shades of Fire Brick #B61A12

Tints of Fire Brick #B61A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.5%

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

R = 80.53%
G = 11.5%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61A12 (or 0xB61A12) is known color: Fire Brick. HEX triplet: B6, 1A and 12. RGB value is (182,26,18). Sum of RGB (Red+Green+Blue) = 182+26+18=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 26 (10.55% from 255 or 11.50% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61A12 is #49E5ED. Grayscale: #474747. Windows color (decimal): -4842990 or 1186486. OLE color: 1186486.

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

Color convert

RGB 182 26 18 -
CMYK 0 0.86 0.90 0.29
HSL 2.93º 0.82% 0.39% -
HSV(B) 2.93º 0.9% 0.71% -
XYZ 19.77 10.73 1.6 -
YUV 71.73 97.68 206.65 -
System Red Green Blue C M Y K H S L
Decimal 182 26 18 0 0.86 0.90 0.29 2.93 0.82 0.39
Hex B6 1A 12 0 56 5A 1D 3 52 27
Octal 266 32 22 0 126 132 35 3 122 47
Binary 10110110 11010 10010 0 1010110 1011010 11101 11 1010010 100111

Color Harmonies of #B61A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A12

Black with #B61A12

Text Example


Text Example

White with #B61A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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