Html Css Color HEX #C33D09 Rust

📋 copy color: '#C33D09'

red 195 ◦ green 61 ◦ blue 9

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

Shades of Rust #C33D09

Tints of Rust #C33D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.4%

R = 73.58%
G = 23.02%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C33D09 (or 0xC33D09) is known color: Rust. HEX triplet: C3, 3D and 09. RGB value is (195,61,9). Sum of RGB (Red+Green+Blue) = 195+61+9=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D09 is #3CC2F6. Grayscale: #5F5F5F. Windows color (decimal): -3982071 or 605635. OLE color: 605635.

HSL color Cylindrical-coordinate representation of color #C33D09: hue angle of 16.77º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C33D09 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 9 -
CMYK 0 0.69 0.95 0.24
HSL 16.77º 0.91% 0.4% -
HSV(B) 16.77º 0.95% 0.76% -
XYZ 24.22 14.96 1.87 -
YUV 95.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 195 61 9 0 0.69 0.95 0.24 16.77 0.91 0.4
Hex C3 3D 9 0 45 5F 18 11 5B 28
Octal 303 75 11 0 105 137 30 21 133 50
Binary 11000011 111101 1001 0 1000101 1011111 11000 10001 1011011 101000

Color Harmonies of #C33D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D09

Black with #C33D09

Text Example


Text Example

White with #C33D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D09; }

 p { color: rgb(195,61,9); }

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

background-color css

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

 a { background-color: rgb(195,61,9); }

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

border-color css

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

 span { border-color: rgb(195,61,9); }

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