Html Css Color HEX #B61C10 Fire Brick

📋 copy color: '#B61C10'

red 182 ◦ green 28 ◦ blue 16

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

Shades of Fire Brick #B61C10

Tints of Fire Brick #B61C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 80.53%
G = 12.39%
B = 7.08%

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

#B61C10 (or 0xB61C10) is known color: Fire Brick. HEX triplet: B6, 1C and 10. RGB value is (182,28,16). Sum of RGB (Red+Green+Blue) = 182+28+16=226 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.53% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61C10 is #49E3EF. Grayscale: #484848. Windows color (decimal): -4842480 or 1055926. OLE color: 1055926.

HSL color Cylindrical-coordinate representation of color #B61C10: hue angle of 4.34º degrees, saturation: 0.84, 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 #B61C10 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 28 16 -
CMYK 0 0.85 0.91 0.29
HSL 4.34º 0.84% 0.39% -
HSV(B) 4.34º 0.91% 0.71% -
XYZ 19.8 10.81 1.53 -
YUV 72.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 182 28 16 0 0.85 0.91 0.29 4.34 0.84 0.39
Hex B6 1C 10 0 55 5B 1D 4 54 27
Octal 266 34 20 0 125 133 35 4 124 47
Binary 10110110 11100 10000 0 1010101 1011011 11101 100 1010100 100111

Color Harmonies of #B61C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C10

Black with #B61C10

Text Example


Text Example

White with #B61C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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