Html Css Color HEX #C03B04 Rust

📋 copy color: '#C03B04'

red 192 ◦ green 59 ◦ blue 4

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

Shades of Rust #C03B04

Tints of Rust #C03B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 75.29%
G = 23.14%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C03B04 (or 0xC03B04) is known color: Rust. HEX triplet: C0, 3B and 04. RGB value is (192,59,4). Sum of RGB (Red+Green+Blue) = 192+59+4=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03B04 is #3FC4FB. Grayscale: #5C5C5C. Windows color (decimal): -4179196 or 277440. OLE color: 277440.

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

Color convert

RGB 192 59 4 -
CMYK 0 0.69 0.98 0.25
HSL 17.55º 0.96% 0.38% -
HSV(B) 17.55º 0.98% 0.75% -
XYZ 23.32 14.34 1.65 -
YUV 92.5 78.06 198.97 -
System Red Green Blue C M Y K H S L
Decimal 192 59 4 0 0.69 0.98 0.25 17.55 0.96 0.38
Hex C0 3B 4 0 45 62 19 12 60 26
Octal 300 73 4 0 105 142 31 22 140 46
Binary 11000000 111011 100 0 1000101 1100010 11001 10010 1100000 100110

Color Harmonies of #C03B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B04

Black with #C03B04

Text Example


Text Example

White with #C03B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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