Html Css Color HEX #C33B04 Rust

📋 copy color: '#C33B04'

red 195 ◦ green 59 ◦ blue 4

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

Shades of Rust #C33B04

Tints of Rust #C33B04

RGB

 RED value IS 195 (76.56% from 255) = 75.58%

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 75.58%
G = 22.87%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C33B04 (or 0xC33B04) is known color: Rust. HEX triplet: C3, 3B and 04. RGB value is (195,59,4). Sum of RGB (Red+Green+Blue) = 195+59+4=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33B04 is #3CC4FB. Grayscale: #5D5D5D. Windows color (decimal): -3982588 or 277443. OLE color: 277443.

HSL color Cylindrical-coordinate representation of color #C33B04: hue angle of 17.28º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C33B04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 59 4 -
CMYK 0 0.70 0.98 0.24
HSL 17.28º 0.96% 0.39% -
HSV(B) 17.28º 0.98% 0.76% -
XYZ 24.09 14.74 1.69 -
YUV 93.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 195 59 4 0 0.70 0.98 0.24 17.28 0.96 0.39
Hex C3 3B 4 0 46 62 18 11 60 27
Octal 303 73 4 0 106 142 30 21 140 47
Binary 11000011 111011 100 0 1000110 1100010 11000 10001 1100000 100111

Color Harmonies of #C33B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B04

Black with #C33B04

Text Example


Text Example

White with #C33B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B04; }

 p { color: rgb(195,59,4); }

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

background-color css

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

 a { background-color: rgb(195,59,4); }

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

border-color css

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

 span { border-color: rgb(195,59,4); }

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