Html Css Color HEX #B33402 Rust

📋 copy color: '#B33402'

red 179 ◦ green 52 ◦ blue 2

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

Shades of Rust #B33402

Tints of Rust #B33402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 76.82%
G = 22.32%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B33402 (or 0xB33402) is known color: Rust. HEX triplet: B3, 34 and 02. RGB value is (179,52,2). Sum of RGB (Red+Green+Blue) = 179+52+2=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B33402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33402 is #4CCBFD. Grayscale: #545454. Windows color (decimal): -5032958 or 144563. OLE color: 144563.

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

Color convert

RGB 179 52 2 -
CMYK 0 0.71 0.99 0.30
HSL 16.95º 0.98% 0.35% -
HSV(B) 16.95º 0.99% 0.7% -
XYZ 19.83 12.04 1.34 -
YUV 84.27 81.58 195.57 -
System Red Green Blue C M Y K H S L
Decimal 179 52 2 0 0.71 0.99 0.30 16.95 0.98 0.35
Hex B3 34 2 0 47 63 1E 11 62 23
Octal 263 64 2 0 107 143 36 21 142 43
Binary 10110011 110100 10 0 1000111 1100011 11110 10001 1100010 100011

Color Harmonies of #B33402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33402

Black with #B33402

Text Example


Text Example

White with #B33402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33402; }

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

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

background-color css

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

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

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

border-color css

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

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

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