Html Css Color HEX #C43E0A Rust

📋 copy color: '#C43E0A'

red 196 ◦ green 62 ◦ blue 10

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

Shades of Rust #C43E0A

Tints of Rust #C43E0A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 73.13%
G = 23.13%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C43E0A (or 0xC43E0A) is known color: Rust. HEX triplet: C4, 3E and 0A. RGB value is (196,62,10). Sum of RGB (Red+Green+Blue) = 196+62+10=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E0A is #3BC1F5. Grayscale: #606060. Windows color (decimal): -3916278 or 671428. OLE color: 671428.

HSL color Cylindrical-coordinate representation of color #C43E0A: hue angle of 16.77º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C43E0A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 62 10 -
CMYK 0 0.68 0.95 0.23
HSL 16.77º 0.9% 0.4% -
HSV(B) 16.77º 0.95% 0.77% -
XYZ 24.54 15.2 1.93 -
YUV 96.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 196 62 10 0 0.68 0.95 0.23 16.77 0.9 0.4
Hex C4 3E A 0 44 5F 17 11 5A 28
Octal 304 76 12 0 104 137 27 21 132 50
Binary 11000100 111110 1010 0 1000100 1011111 10111 10001 1011010 101000

Color Harmonies of #C43E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E0A

Black with #C43E0A

Text Example


Text Example

White with #C43E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E0A; }

 p { color: rgb(196,62,10); }

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

background-color css

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

 a { background-color: rgb(196,62,10); }

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

border-color css

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

 span { border-color: rgb(196,62,10); }

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