Html Css Color HEX #B33C02 Rust

📋 copy color: '#B33C02'

red 179 ◦ green 60 ◦ blue 2

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

Shades of Rust #B33C02

Tints of Rust #B33C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 74.27%
G = 24.9%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33C02 (or 0xB33C02) is known color: Rust. HEX triplet: B3, 3C and 02. RGB value is (179,60,2). Sum of RGB (Red+Green+Blue) = 179+60+2=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33C02 is #4CC3FD. Grayscale: #595959. Windows color (decimal): -5030910 or 146611. OLE color: 146611.

HSL color Cylindrical-coordinate representation of color #B33C02: hue angle of 19.66º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B33C02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 60 2 -
CMYK 0 0.66 0.99 0.30
HSL 19.66º 0.98% 0.35% -
HSV(B) 19.66º 0.99% 0.7% -
XYZ 20.22 12.82 1.47 -
YUV 88.97 78.92 192.22 -
System Red Green Blue C M Y K H S L
Decimal 179 60 2 0 0.66 0.99 0.30 19.66 0.98 0.35
Hex B3 3C 2 0 42 63 1E 14 62 23
Octal 263 74 2 0 102 143 36 24 142 43
Binary 10110011 111100 10 0 1000010 1100011 11110 10100 1100010 100011

Color Harmonies of #B33C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C02

Black with #B33C02

Text Example


Text Example

White with #B33C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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