Html Css Color HEX #B61312 Fire Brick

📋 copy color: '#B61312'

red 182 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #B61312

Tints of Fire Brick #B61312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

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

R = 83.11%
G = 8.68%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61312 (or 0xB61312) is known color: Fire Brick. HEX triplet: B6, 13 and 12. RGB value is (182,19,18). Sum of RGB (Red+Green+Blue) = 182+19+18=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61312 is #49ECED. Grayscale: #434343. Windows color (decimal): -4844782 or 1184694. OLE color: 1184694.

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

Color convert

RGB 182 19 18 -
CMYK 0 0.90 0.90 0.29
HSL 0.37º 0.82% 0.39% -
HSV(B) 0.37º 0.9% 0.71% -
XYZ 19.63 10.45 1.56 -
YUV 67.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 182 19 18 0 0.90 0.90 0.29 0.37 0.82 0.39
Hex B6 13 12 0 5A 5A 1D 0 52 27
Octal 266 23 22 0 132 132 35 0 122 47
Binary 10110110 10011 10010 0 1011010 1011010 11101 0 1010010 100111

Color Harmonies of #B61312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61312

Black with #B61312

Text Example


Text Example

White with #B61312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61312; }

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

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

background-color css

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

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

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

border-color css

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

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

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