Html Css Color HEX #C03F02 Rust

📋 copy color: '#C03F02'

red 192 ◦ green 63 ◦ blue 2

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

Shades of Rust #C03F02

Tints of Rust #C03F02

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

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

R = 74.71%
G = 24.51%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03F02 (or 0xC03F02) is known color: Rust. HEX triplet: C0, 3F and 02. RGB value is (192,63,2). Sum of RGB (Red+Green+Blue) = 192+63+2=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F02 is #3FC0FD. Grayscale: #5E5E5E. Windows color (decimal): -4178174 or 147392. OLE color: 147392.

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

Color convert

RGB 192 63 2 -
CMYK 0 0.67 0.99 0.25
HSL 19.26º 0.98% 0.38% -
HSV(B) 19.26º 0.99% 0.75% -
XYZ 23.53 14.77 1.67 -
YUV 94.62 75.74 197.46 -
System Red Green Blue C M Y K H S L
Decimal 192 63 2 0 0.67 0.99 0.25 19.26 0.98 0.38
Hex C0 3F 2 0 43 63 19 13 62 26
Octal 300 77 2 0 103 143 31 23 142 46
Binary 11000000 111111 10 0 1000011 1100011 11001 10011 1100010 100110

Color Harmonies of #C03F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03F02

Black with #C03F02

Text Example


Text Example

White with #C03F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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