Html Css Color HEX #B61C11 Fire Brick

📋 copy color: '#B61C11'

red 182 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #B61C11

Tints of Fire Brick #B61C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 80.18%
G = 12.33%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B61C11 (or 0xB61C11) is known color: Fire Brick. HEX triplet: B6, 1C and 11. RGB value is (182,28,17). Sum of RGB (Red+Green+Blue) = 182+28+17=227 (30% of max value = 765). Red value is 182 (71.48% from 255 or 80.18% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61C11 is #49E3EE. Grayscale: #484848. Windows color (decimal): -4842479 or 1121462. OLE color: 1121462.

HSL color Cylindrical-coordinate representation of color #B61C11: hue angle of 4º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61C11 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 28 17 -
CMYK 0 0.85 0.91 0.29
HSL 0.83% 0.39% -
HSV(B) 0.91% 0.71% -
XYZ 19.81 10.82 1.57 -
YUV 72.79 96.52 205.89 -
System Red Green Blue C M Y K H S L
Decimal 182 28 17 0 0.85 0.91 0.29 4 0.83 0.39
Hex B6 1C 11 0 55 5B 1D 4 53 27
Octal 266 34 21 0 125 133 35 4 123 47
Binary 10110110 11100 10001 0 1010101 1011011 11101 100 1010011 100111

Color Harmonies of #B61C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C11

Black with #B61C11

Text Example


Text Example

White with #B61C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C11; }

 p { color: rgb(182,28,17); }

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

background-color css

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

 a { background-color: rgb(182,28,17); }

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

border-color css

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

 span { border-color: rgb(182,28,17); }

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