Html Css Color HEX #C44002 Rust

📋 copy color: '#C44002'

red 196 ◦ green 64 ◦ blue 2

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

Shades of Rust #C44002

Tints of Rust #C44002

RGB

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

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

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

R = 74.81%
G = 24.43%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C44002 (or 0xC44002) is known color: Rust. HEX triplet: C4, 40 and 02. RGB value is (196,64,2). Sum of RGB (Red+Green+Blue) = 196+64+2=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C44002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44002 is #3BBFFD. Grayscale: #606060. Windows color (decimal): -3915774 or 147652. OLE color: 147652.

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

Color convert

RGB 196 64 2 -
CMYK 0 0.67 0.99 0.23
HSL 19.18º 0.98% 0.39% -
HSV(B) 19.18º 0.99% 0.77% -
XYZ 24.61 15.41 1.73 -
YUV 96.4 74.73 199.04 -
System Red Green Blue C M Y K H S L
Decimal 196 64 2 0 0.67 0.99 0.23 19.18 0.98 0.39
Hex C4 40 2 0 43 63 17 13 62 27
Octal 304 100 2 0 103 143 27 23 142 47
Binary 11000100 1000000 10 0 1000011 1100011 10111 10011 1100010 100111

Color Harmonies of #C44002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44002

Black with #C44002

Text Example


Text Example

White with #C44002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44002; }

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

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

background-color css

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

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

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

border-color css

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

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

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