Html Css Color HEX #B32719 Fire Brick

📋 copy color: '#B32719'

red 179 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #B32719

Tints of Fire Brick #B32719

RGB

 RED value IS 179 (70.31% from 255) = 73.66%

 GREEN value IS 39 (15.63% from 255) = 16.05%

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

R = 73.66%
G = 16.05%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B32719 (or 0xB32719) is known color: Fire Brick. HEX triplet: B3, 27 and 19. RGB value is (179,39,25). Sum of RGB (Red+Green+Blue) = 179+39+25=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B32719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32719 is #4CD8E6. Grayscale: #4F4F4F. Windows color (decimal): -5036263 or 1648563. OLE color: 1648563.

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

Color convert

RGB 179 39 25 -
CMYK 0 0.78 0.86 0.30
HSL 5.45º 0.75% 0.4% -
HSV(B) 5.45º 0.86% 0.7% -
XYZ 19.49 11.1 2.04 -
YUV 79.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 179 39 25 0 0.78 0.86 0.30 5.45 0.75 0.4
Hex B3 27 19 0 4E 56 1E 5 4B 28
Octal 263 47 31 0 116 126 36 5 113 50
Binary 10110011 100111 11001 0 1001110 1010110 11110 101 1001011 101000

Color Harmonies of #B32719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32719

Black with #B32719

Text Example


Text Example

White with #B32719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32719; }

 p { color: rgb(179,39,25); }

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

background-color css

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

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

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

border-color css

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

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

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