Html Css Color HEX #C43C02 Rust

📋 copy color: '#C43C02'

red 196 ◦ green 60 ◦ blue 2

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

Shades of Rust #C43C02

Tints of Rust #C43C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

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

R = 75.97%
G = 23.26%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43C02 (or 0xC43C02) is known color: Rust. HEX triplet: C4, 3C and 02. RGB value is (196,60,2). Sum of RGB (Red+Green+Blue) = 196+60+2=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C02 is #3BC3FD. Grayscale: #5E5E5E. Windows color (decimal): -3916798 or 146628. OLE color: 146628.

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

Color convert

RGB 196 60 2 -
CMYK 0 0.69 0.99 0.23
HSL 17.94º 0.98% 0.39% -
HSV(B) 17.94º 0.99% 0.77% -
XYZ 24.39 14.97 1.66 -
YUV 94.05 76.06 200.72 -
System Red Green Blue C M Y K H S L
Decimal 196 60 2 0 0.69 0.99 0.23 17.94 0.98 0.39
Hex C4 3C 2 0 45 63 17 12 62 27
Octal 304 74 2 0 105 143 27 22 142 47
Binary 11000100 111100 10 0 1000101 1100011 10111 10010 1100010 100111

Color Harmonies of #C43C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43C02

Black with #C43C02

Text Example


Text Example

White with #C43C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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