Html Css Color HEX #B61919 Fire Brick

📋 copy color: '#B61919'

red 182 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #B61919

Tints of Fire Brick #B61919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 25 (10.16% from 255) = 10.78%

R = 78.45%
G = 10.78%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B61919 (or 0xB61919) is known color: Fire Brick. HEX triplet: B6, 19 and 19. RGB value is (182,25,25). Sum of RGB (Red+Green+Blue) = 182+25+25=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B61919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61919 is #49E6E6. Grayscale: #484848. Windows color (decimal): -4843239 or 1644982. OLE color: 1644982.

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

Color convert

RGB 182 25 25 -
CMYK 0 0.86 0.86 0.29
HSL 0.76% 0.41% -
HSV(B) 0.86% 0.71% -
XYZ 19.81 10.71 1.94 -
YUV 71.94 101.51 206.5 -
System Red Green Blue C M Y K H S L
Decimal 182 25 25 0 0.86 0.86 0.29 0 0.76 0.41
Hex B6 19 19 0 56 56 1D 0 4C 29
Octal 266 31 31 0 126 126 35 0 114 51
Binary 10110110 11001 11001 0 1010110 1010110 11101 0 1001100 101001

Color Harmonies of #B61919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61919

Black with #B61919

Text Example


Text Example

White with #B61919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61919; }

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

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

background-color css

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

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

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

border-color css

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

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

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