Html Css Color HEX #C44302 Rust

📋 copy color: '#C44302'

red 196 ◦ green 67 ◦ blue 2

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

Shades of Rust #C44302

Tints of Rust #C44302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 73.96%
G = 25.28%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C44302 (or 0xC44302) is known color: Rust. HEX triplet: C4, 43 and 02. RGB value is (196,67,2). Sum of RGB (Red+Green+Blue) = 196+67+2=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C44302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44302 is #3BBCFD. Grayscale: #626262. Windows color (decimal): -3915006 or 148420. OLE color: 148420.

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

Color convert

RGB 196 67 2 -
CMYK 0 0.66 0.99 0.23
HSL 20.1º 0.98% 0.39% -
HSV(B) 20.1º 0.99% 0.77% -
XYZ 24.78 15.75 1.79 -
YUV 98.16 73.74 197.79 -
System Red Green Blue C M Y K H S L
Decimal 196 67 2 0 0.66 0.99 0.23 20.1 0.98 0.39
Hex C4 43 2 0 42 63 17 14 62 27
Octal 304 103 2 0 102 143 27 24 142 47
Binary 11000100 1000011 10 0 1000010 1100011 10111 10100 1100010 100111

Color Harmonies of #C44302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44302

Black with #C44302

Text Example


Text Example

White with #C44302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44302; }

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

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

background-color css

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

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

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

border-color css

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

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

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