Html Css Color HEX #C03300 Rust

📋 copy color: '#C03300'

red 192 ◦ green 51 ◦ blue 0

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

Shades of Rust #C03300

Tints of Rust #C03300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.01%
G = 20.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C03300 (or 0xC03300) is known color: Rust. HEX triplet: C0, 33 and 00. RGB value is (192,51,0). Sum of RGB (Red+Green+Blue) = 192+51+0=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C03300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03300 is #3FCCFF. Grayscale: #575757. Windows color (decimal): -4181248 or 13248. OLE color: 13248.

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

Color convert

RGB 192 51 0 -
CMYK 0 0.73 1 0.25
HSL 15.94º 1% 0.38% -
HSV(B) 15.94º 1% 0.75% -
XYZ 22.92 13.57 1.41 -
YUV 87.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 192 51 0 0 0.73 1 0.25 15.94 1 0.38
Hex C0 33 0 0 49 64 19 10 64 26
Octal 300 63 0 0 111 144 31 20 144 46
Binary 11000000 110011 0 0 1001001 1100100 11001 10000 1100100 100110

Color Harmonies of #C03300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03300

Black with #C03300

Text Example


Text Example

White with #C03300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03300; }

 p { color: rgb(192,51,0); }

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

background-color css

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

 a { background-color: rgb(192,51,0); }

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

border-color css

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

 span { border-color: rgb(192,51,0); }

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