Html Css Color HEX #B61717 Fire Brick

📋 copy color: '#B61717'

red 182 ◦ green 23 ◦ blue 23

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

Shades of Fire Brick #B61717

Tints of Fire Brick #B61717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.09%

 BLUE value IS 23 (9.38% from 255) = 10.09%

R = 79.82%
G = 10.09%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B61717 (or 0xB61717) is known color: Fire Brick. HEX triplet: B6, 17 and 17. RGB value is (182,23,23). Sum of RGB (Red+Green+Blue) = 182+23+23=228 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.82% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 182 - color contains mainly: red. Hex color #B61717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61717 is #49E8E8. Grayscale: #464646. Windows color (decimal): -4843753 or 1513398. OLE color: 1513398.

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

Color convert

RGB 182 23 23 -
CMYK 0 0.87 0.87 0.29
HSL 0.78% 0.4% -
HSV(B) 0.87% 0.71% -
XYZ 19.75 10.62 1.82 -
YUV 70.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 182 23 23 0 0.87 0.87 0.29 0 0.78 0.4
Hex B6 17 17 0 57 57 1D 0 4E 28
Octal 266 27 27 0 127 127 35 0 116 50
Binary 10110110 10111 10111 0 1010111 1010111 11101 0 1001110 101000

Color Harmonies of #B61717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61717

Black with #B61717

Text Example


Text Example

White with #B61717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61717; }

 p { color: rgb(182,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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