Html Css Color HEX #C03A02 Rust

📋 copy color: '#C03A02'

red 192 ◦ green 58 ◦ blue 2

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

Shades of Rust #C03A02

Tints of Rust #C03A02

RGB

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

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

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

R = 76.19%
G = 23.02%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03A02 (or 0xC03A02) is known color: Rust. HEX triplet: C0, 3A and 02. RGB value is (192,58,2). Sum of RGB (Red+Green+Blue) = 192+58+2=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03A02 is #3FC5FD. Grayscale: #5C5C5C. Windows color (decimal): -4179454 or 146112. OLE color: 146112.

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

Color convert

RGB 192 58 2 -
CMYK 0 0.70 0.99 0.25
HSL 17.68º 0.98% 0.38% -
HSV(B) 17.68º 0.99% 0.75% -
XYZ 23.26 14.24 1.58 -
YUV 91.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 192 58 2 0 0.70 0.99 0.25 17.68 0.98 0.38
Hex C0 3A 2 0 46 63 19 12 62 26
Octal 300 72 2 0 106 143 31 22 142 46
Binary 11000000 111010 10 0 1000110 1100011 11001 10010 1100010 100110

Color Harmonies of #C03A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03A02

Black with #C03A02

Text Example


Text Example

White with #C03A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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