Html Css Color HEX #B61413 Fire Brick

📋 copy color: '#B61413'

red 182 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #B61413

Tints of Fire Brick #B61413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

 BLUE value IS 19 (7.81% from 255) = 8.6%

R = 82.35%
G = 9.05%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B61413 (or 0xB61413) is known color: Fire Brick. HEX triplet: B6, 14 and 13. RGB value is (182,20,19). Sum of RGB (Red+Green+Blue) = 182+20+19=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B61413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61413 is #49EBEC. Grayscale: #444444. Windows color (decimal): -4844525 or 1250486. OLE color: 1250486.

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

Color convert

RGB 182 20 19 -
CMYK 0 0.89 0.90 0.29
HSL 0.37º 0.81% 0.39% -
HSV(B) 0.37º 0.9% 0.71% -
XYZ 19.66 10.49 1.61 -
YUV 68.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 182 20 19 0 0.89 0.90 0.29 0.37 0.81 0.39
Hex B6 14 13 0 59 5A 1D 0 51 27
Octal 266 24 23 0 131 132 35 0 121 47
Binary 10110110 10100 10011 0 1011001 1011010 11101 0 1010001 100111

Color Harmonies of #B61413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61413

Black with #B61413

Text Example


Text Example

White with #B61413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61413; }

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

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

background-color css

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

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

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

border-color css

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

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

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