Html Css Color HEX #C43A01 Rust

📋 copy color: '#C43A01'

red 196 ◦ green 58 ◦ blue 1

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

Shades of Rust #C43A01

Tints of Rust #C43A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 76.86%
G = 22.75%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43A01 (or 0xC43A01) is known color: Rust. HEX triplet: C4, 3A and 01. RGB value is (196,58,1). Sum of RGB (Red+Green+Blue) = 196+58+1=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A01 is #3BC5FE. Grayscale: #5D5D5D. Windows color (decimal): -3917311 or 80580. OLE color: 80580.

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

Color convert

RGB 196 58 1 -
CMYK 0 0.70 0.99 0.23
HSL 17.54º 0.99% 0.39% -
HSV(B) 17.54º 0.99% 0.77% -
XYZ 24.28 14.76 1.6 -
YUV 92.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 196 58 1 0 0.70 0.99 0.23 17.54 0.99 0.39
Hex C4 3A 1 0 46 63 17 12 63 27
Octal 304 72 1 0 106 143 27 22 143 47
Binary 11000100 111010 1 0 1000110 1100011 10111 10010 1100011 100111

Color Harmonies of #C43A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A01

Black with #C43A01

Text Example


Text Example

White with #C43A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A01; }

 p { color: rgb(196,58,1); }

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

background-color css

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

 a { background-color: rgb(196,58,1); }

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

border-color css

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

 span { border-color: rgb(196,58,1); }

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