Html Css Color HEX #B33127 Fire Brick

📋 copy color: '#B33127'

red 179 ◦ green 49 ◦ blue 39

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

Shades of Fire Brick #B33127

Tints of Fire Brick #B33127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 39 (15.63% from 255) = 14.61%

R = 67.04%
G = 18.35%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33127 (or 0xB33127) is known color: Fire Brick. HEX triplet: B3, 31 and 27. RGB value is (179,49,39). Sum of RGB (Red+Green+Blue) = 179+49+39=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33127 is #4CCED8. Grayscale: #565656. Windows color (decimal): -5033689 or 2568627. OLE color: 2568627.

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

Color convert

RGB 179 49 39 -
CMYK 0 0.73 0.78 0.30
HSL 4.29º 0.64% 0.43% -
HSV(B) 4.29º 0.78% 0.7% -
XYZ 20.05 11.93 3.16 -
YUV 86.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 179 49 39 0 0.73 0.78 0.30 4.29 0.64 0.43
Hex B3 31 27 0 49 4E 1E 4 40 2B
Octal 263 61 47 0 111 116 36 4 100 53
Binary 10110011 110001 100111 0 1001001 1001110 11110 100 1000000 101011

Color Harmonies of #B33127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33127

Black with #B33127

Text Example


Text Example

White with #B33127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33127; }

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

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

background-color css

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

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

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

border-color css

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

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

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