Html Css Color HEX #C44003 Rust

📋 copy color: '#C44003'

red 196 ◦ green 64 ◦ blue 3

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

Shades of Rust #C44003

Tints of Rust #C44003

RGB

 RED value IS 196 (76.95% from 255) = 74.52%

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 74.52%
G = 24.33%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44003 (or 0xC44003) is known color: Rust. HEX triplet: C4, 40 and 03. RGB value is (196,64,3). Sum of RGB (Red+Green+Blue) = 196+64+3=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C44003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44003 is #3BBFFC. Grayscale: #606060. Windows color (decimal): -3915773 or 213188. OLE color: 213188.

HSL color Cylindrical-coordinate representation of color #C44003: hue angle of 18.96º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C44003 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 3 -
CMYK 0 0.67 0.98 0.23
HSL 18.96º 0.97% 0.39% -
HSV(B) 18.96º 0.98% 0.77% -
XYZ 24.61 15.41 1.76 -
YUV 96.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 196 64 3 0 0.67 0.98 0.23 18.96 0.97 0.39
Hex C4 40 3 0 43 62 17 13 61 27
Octal 304 100 3 0 103 142 27 23 141 47
Binary 11000100 1000000 11 0 1000011 1100010 10111 10011 1100001 100111

Color Harmonies of #C44003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44003

Black with #C44003

Text Example


Text Example

White with #C44003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44003; }

 p { color: rgb(196,64,3); }

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

background-color css

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

 a { background-color: rgb(196,64,3); }

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

border-color css

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

 span { border-color: rgb(196,64,3); }

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