Html Css Color HEX #B12419 Fire Brick

📋 copy color: '#B12419'

red 177 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #B12419

Tints of Fire Brick #B12419

RGB

 RED value IS 177 (69.53% from 255) = 74.37%

 GREEN value IS 36 (14.45% from 255) = 15.13%

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

R = 74.37%
G = 15.13%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B12419 (or 0xB12419) is known color: Fire Brick. HEX triplet: B1, 24 and 19. RGB value is (177,36,25). Sum of RGB (Red+Green+Blue) = 177+36+25=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B12419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12419 is #4EDBE6. Grayscale: #4D4D4D. Windows color (decimal): -5168103 or 1647793. OLE color: 1647793.

HSL color Cylindrical-coordinate representation of color #B12419: hue angle of 4.34º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B12419 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 25 -
CMYK 0 0.80 0.86 0.31
HSL 4.34º 0.75% 0.4% -
HSV(B) 4.34º 0.86% 0.69% -
XYZ 18.94 10.68 1.98 -
YUV 76.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 177 36 25 0 0.80 0.86 0.31 4.34 0.75 0.4
Hex B1 24 19 0 50 56 1F 4 4B 28
Octal 261 44 31 0 120 126 37 4 113 50
Binary 10110001 100100 11001 0 1010000 1010110 11111 100 1001011 101000

Color Harmonies of #B12419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12419

Black with #B12419

Text Example


Text Example

White with #B12419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12419; }

 p { color: rgb(177,36,25); }

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

background-color css

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

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

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

border-color css

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

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

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