Html Css Color HEX #C43902 Rust

📋 copy color: '#C43902'

red 196 ◦ green 57 ◦ blue 2

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

Shades of Rust #C43902

Tints of Rust #C43902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

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

R = 76.86%
G = 22.35%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43902 (or 0xC43902) is known color: Rust. HEX triplet: C4, 39 and 02. RGB value is (196,57,2). Sum of RGB (Red+Green+Blue) = 196+57+2=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C43902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43902 is #3BC6FD. Grayscale: #5C5C5C. Windows color (decimal): -3917566 or 145860. OLE color: 145860.

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

Color convert

RGB 196 57 2 -
CMYK 0 0.71 0.99 0.23
HSL 17.01º 0.98% 0.39% -
HSV(B) 17.01º 0.99% 0.77% -
XYZ 24.24 14.67 1.61 -
YUV 92.29 77.05 201.97 -
System Red Green Blue C M Y K H S L
Decimal 196 57 2 0 0.71 0.99 0.23 17.01 0.98 0.39
Hex C4 39 2 0 47 63 17 11 62 27
Octal 304 71 2 0 107 143 27 21 142 47
Binary 11000100 111001 10 0 1000111 1100011 10111 10001 1100010 100111

Color Harmonies of #C43902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43902

Black with #C43902

Text Example


Text Example

White with #C43902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43902; }

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

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

background-color css

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

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

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

border-color css

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

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

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