Html Css Color HEX #C03D02 Rust

📋 copy color: '#C03D02'

red 192 ◦ green 61 ◦ blue 2

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

Shades of Rust #C03D02

Tints of Rust #C03D02

RGB

 RED value IS 192 (75.39% from 255) = 75.29%

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

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

R = 75.29%
G = 23.92%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03D02 (or 0xC03D02) is known color: Rust. HEX triplet: C0, 3D and 02. RGB value is (192,61,2). Sum of RGB (Red+Green+Blue) = 192+61+2=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D02 is #3FC2FD. Grayscale: #5D5D5D. Windows color (decimal): -4178686 or 146880. OLE color: 146880.

HSL color Cylindrical-coordinate representation of color #C03D02: hue angle of 18.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03D02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 2 -
CMYK 0 0.68 0.99 0.25
HSL 18.63º 0.98% 0.38% -
HSV(B) 18.63º 0.99% 0.75% -
XYZ 23.42 14.55 1.63 -
YUV 93.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 192 61 2 0 0.68 0.99 0.25 18.63 0.98 0.38
Hex C0 3D 2 0 44 63 19 13 62 26
Octal 300 75 2 0 104 143 31 23 142 46
Binary 11000000 111101 10 0 1000100 1100011 11001 10011 1100010 100110

Color Harmonies of #C03D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D02

Black with #C03D02

Text Example


Text Example

White with #C03D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D02; }

 p { color: rgb(192,61,2); }

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

background-color css

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

 a { background-color: rgb(192,61,2); }

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

border-color css

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

 span { border-color: rgb(192,61,2); }

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