Html Css Color HEX #C03E02 Rust

📋 copy color: '#C03E02'

red 192 ◦ green 62 ◦ blue 2

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

Shades of Rust #C03E02

Tints of Rust #C03E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.22%

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

R = 75%
G = 24.22%
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

#C03E02 (or 0xC03E02) is known color: Rust. HEX triplet: C0, 3E and 02. RGB value is (192,62,2). Sum of RGB (Red+Green+Blue) = 192+62+2=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E02 is #3FC1FD. Grayscale: #5E5E5E. Windows color (decimal): -4178430 or 147136. OLE color: 147136.

HSL color Cylindrical-coordinate representation of color #C03E02: hue angle of 18.95º 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 #C03E02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 2 -
CMYK 0 0.68 0.99 0.25
HSL 18.95º 0.98% 0.38% -
HSV(B) 18.95º 0.99% 0.75% -
XYZ 23.47 14.66 1.65 -
YUV 94.03 76.07 197.88 -
System Red Green Blue C M Y K H S L
Decimal 192 62 2 0 0.68 0.99 0.25 18.95 0.98 0.38
Hex C0 3E 2 0 44 63 19 13 62 26
Octal 300 76 2 0 104 143 31 23 142 46
Binary 11000000 111110 10 0 1000100 1100011 11001 10011 1100010 100110

Color Harmonies of #C03E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E02

Black with #C03E02

Text Example


Text Example

White with #C03E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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