Html Css Color HEX #B61E15 Fire Brick

📋 copy color: '#B61E15'

red 182 ◦ green 30 ◦ blue 21

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

Shades of Fire Brick #B61E15

Tints of Fire Brick #B61E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.88%

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 78.11%
G = 12.88%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B61E15 (or 0xB61E15) is known color: Fire Brick. HEX triplet: B6, 1E and 15. RGB value is (182,30,21). Sum of RGB (Red+Green+Blue) = 182+30+21=233 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.11% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61E15 is #49E1EA. Grayscale: #4A4A4A. Windows color (decimal): -4841963 or 1384118. OLE color: 1384118.

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

Color convert

RGB 182 30 21 -
CMYK 0 0.84 0.88 0.29
HSL 3.35º 0.79% 0.4% -
HSV(B) 3.35º 0.88% 0.71% -
XYZ 19.89 10.93 1.77 -
YUV 74.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 182 30 21 0 0.84 0.88 0.29 3.35 0.79 0.4
Hex B6 1E 15 0 54 58 1D 3 4F 28
Octal 266 36 25 0 124 130 35 3 117 50
Binary 10110110 11110 10101 0 1010100 1011000 11101 11 1001111 101000

Color Harmonies of #B61E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E15

Black with #B61E15

Text Example


Text Example

White with #B61E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E15; }

 p { color: rgb(182,30,21); }

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

background-color css

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

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

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

border-color css

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

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

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