Html Css Color HEX #C03B02 Rust

📋 copy color: '#C03B02'

red 192 ◦ green 59 ◦ blue 2

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

Shades of Rust #C03B02

Tints of Rust #C03B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.32%

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

R = 75.89%
G = 23.32%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03B02 (or 0xC03B02) is known color: Rust. HEX triplet: C0, 3B and 02. RGB value is (192,59,2). Sum of RGB (Red+Green+Blue) = 192+59+2=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B02 is #3FC4FD. Grayscale: #5C5C5C. Windows color (decimal): -4179198 or 146368. OLE color: 146368.

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

Color convert

RGB 192 59 2 -
CMYK 0 0.69 0.99 0.25
HSL 18º 0.98% 0.38% -
HSV(B) 18º 0.99% 0.75% -
XYZ 23.31 14.34 1.6 -
YUV 92.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 192 59 2 0 0.69 0.99 0.25 18 0.98 0.38
Hex C0 3B 2 0 45 63 19 12 62 26
Octal 300 73 2 0 105 143 31 22 142 46
Binary 11000000 111011 10 0 1000101 1100011 11001 10010 1100010 100110

Color Harmonies of #C03B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B02

Black with #C03B02

Text Example


Text Example

White with #C03B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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