Html Css Color HEX #B33027 Fire Brick

📋 copy color: '#B33027'

red 179 ◦ green 48 ◦ blue 39

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

Shades of Fire Brick #B33027

Tints of Fire Brick #B33027

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 67.29%
G = 18.05%
B = 14.66%

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

#B33027 (or 0xB33027) is known color: Fire Brick. HEX triplet: B3, 30 and 27. RGB value is (179,48,39). Sum of RGB (Red+Green+Blue) = 179+48+39=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B33027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33027 is #4CCFD8. Grayscale: #565656. Windows color (decimal): -5033945 or 2568371. OLE color: 2568371.

HSL color Cylindrical-coordinate representation of color #B33027: hue angle of 3.86º 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 #B33027 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 39 -
CMYK 0 0.73 0.78 0.30
HSL 3.86º 0.64% 0.43% -
HSV(B) 3.86º 0.78% 0.7% -
XYZ 20.01 11.84 3.15 -
YUV 86.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 179 48 39 0 0.73 0.78 0.30 3.86 0.64 0.43
Hex B3 30 27 0 49 4E 1E 4 40 2B
Octal 263 60 47 0 111 116 36 4 100 53
Binary 10110011 110000 100111 0 1001001 1001110 11110 100 1000000 101011

Color Harmonies of #B33027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33027

Black with #B33027

Text Example


Text Example

White with #B33027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33027; }

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

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

background-color css

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

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

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

border-color css

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

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

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