Html Css Color HEX #B33C19 Rust

📋 copy color: '#B33C19'

red 179 ◦ green 60 ◦ blue 25

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

Shades of Rust #B33C19

Tints of Rust #B33C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

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

R = 67.8%
G = 22.73%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B33C19 (or 0xB33C19) is known color: Rust. HEX triplet: B3, 3C and 19. RGB value is (179,60,25). Sum of RGB (Red+Green+Blue) = 179+60+25=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C19 is #4CC3E6. Grayscale: #5B5B5B. Windows color (decimal): -5030887 or 1653939. OLE color: 1653939.

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

Color convert

RGB 179 60 25 -
CMYK 0 0.66 0.86 0.30
HSL 13.64º 0.75% 0.4% -
HSV(B) 13.64º 0.86% 0.7% -
XYZ 20.38 12.89 2.33 -
YUV 91.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 179 60 25 0 0.66 0.86 0.30 13.64 0.75 0.4
Hex B3 3C 19 0 42 56 1E E 4B 28
Octal 263 74 31 0 102 126 36 16 113 50
Binary 10110011 111100 11001 0 1000010 1010110 11110 1110 1001011 101000

Color Harmonies of #B33C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C19

Black with #B33C19

Text Example


Text Example

White with #B33C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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