Html Css Color HEX #B33A02 Rust

📋 copy color: '#B33A02'

red 179 ◦ green 58 ◦ blue 2

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

Shades of Rust #B33A02

Tints of Rust #B33A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.27%

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

R = 74.9%
G = 24.27%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33A02 (or 0xB33A02) is known color: Rust. HEX triplet: B3, 3A and 02. RGB value is (179,58,2). Sum of RGB (Red+Green+Blue) = 179+58+2=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A02 is #4CC5FD. Grayscale: #585858. Windows color (decimal): -5031422 or 146099. OLE color: 146099.

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

Color convert

RGB 179 58 2 -
CMYK 0 0.68 0.99 0.30
HSL 18.98º 0.98% 0.35% -
HSV(B) 18.98º 0.99% 0.7% -
XYZ 20.11 12.61 1.43 -
YUV 87.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 179 58 2 0 0.68 0.99 0.30 18.98 0.98 0.35
Hex B3 3A 2 0 44 63 1E 13 62 23
Octal 263 72 2 0 104 143 36 23 142 43
Binary 10110011 111010 10 0 1000100 1100011 11110 10011 1100010 100011

Color Harmonies of #B33A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A02

Black with #B33A02

Text Example


Text Example

White with #B33A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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