Html Css Color HEX #C33A03 Rust

📋 copy color: '#C33A03'

red 195 ◦ green 58 ◦ blue 3

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

Shades of Rust #C33A03

Tints of Rust #C33A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 76.17%
G = 22.66%
B = 1.17%

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

#C33A03 (or 0xC33A03) is known color: Rust. HEX triplet: C3, 3A and 03. RGB value is (195,58,3). Sum of RGB (Red+Green+Blue) = 195+58+3=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A03 is #3CC5FC. Grayscale: #5D5D5D. Windows color (decimal): -3982845 or 211651. OLE color: 211651.

HSL color Cylindrical-coordinate representation of color #C33A03: hue angle of 17.19º degrees, saturation: 0.97, 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 #C33A03 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 58 3 -
CMYK 0 0.70 0.98 0.24
HSL 17.19º 0.97% 0.39% -
HSV(B) 17.19º 0.98% 0.76% -
XYZ 24.04 14.63 1.64 -
YUV 92.69 77.39 200.97 -
System Red Green Blue C M Y K H S L
Decimal 195 58 3 0 0.70 0.98 0.24 17.19 0.97 0.39
Hex C3 3A 3 0 46 62 18 11 61 27
Octal 303 72 3 0 106 142 30 21 141 47
Binary 11000011 111010 11 0 1000110 1100010 11000 10001 1100001 100111

Color Harmonies of #C33A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A03

Black with #C33A03

Text Example


Text Example

White with #C33A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A03; }

 p { color: rgb(195,58,3); }

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

background-color css

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

 a { background-color: rgb(195,58,3); }

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

border-color css

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

 span { border-color: rgb(195,58,3); }

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