Html Css Color HEX #B33D04 Rust

📋 copy color: '#B33D04'

red 179 ◦ green 61 ◦ blue 4

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

Shades of Rust #B33D04

Tints of Rust #B33D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 73.36%
G = 25%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33D04 (or 0xB33D04) is known color: Rust. HEX triplet: B3, 3D and 04. RGB value is (179,61,4). Sum of RGB (Red+Green+Blue) = 179+61+4=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D04 is #4CC2FB. Grayscale: #5A5A5A. Windows color (decimal): -5030652 or 277939. OLE color: 277939.

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

Color convert

RGB 179 61 4 -
CMYK 0 0.66 0.98 0.30
HSL 19.54º 0.96% 0.36% -
HSV(B) 19.54º 0.98% 0.7% -
XYZ 20.28 12.93 1.54 -
YUV 89.78 79.59 191.63 -
System Red Green Blue C M Y K H S L
Decimal 179 61 4 0 0.66 0.98 0.30 19.54 0.96 0.36
Hex B3 3D 4 0 42 62 1E 14 60 24
Octal 263 75 4 0 102 142 36 24 140 44
Binary 10110011 111101 100 0 1000010 1100010 11110 10100 1100000 100100

Color Harmonies of #B33D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D04

Black with #B33D04

Text Example


Text Example

White with #B33D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D04; }

 p { color: rgb(179,61,4); }

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

background-color css

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

 a { background-color: rgb(179,61,4); }

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

border-color css

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

 span { border-color: rgb(179,61,4); }

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