Html Css Color HEX #C43801 Rust

📋 copy color: '#C43801'

red 196 ◦ green 56 ◦ blue 1

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

Shades of Rust #C43801

Tints of Rust #C43801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 77.47%
G = 22.13%
B = 0.4%

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

#C43801 (or 0xC43801) is known color: Rust. HEX triplet: C4, 38 and 01. RGB value is (196,56,1). Sum of RGB (Red+Green+Blue) = 196+56+1=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C43801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43801 is #3BC7FE. Grayscale: #5B5B5B. Windows color (decimal): -3917823 or 80068. OLE color: 80068.

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

Color convert

RGB 196 56 1 -
CMYK 0 0.71 0.99 0.23
HSL 16.92º 0.99% 0.39% -
HSV(B) 16.92º 0.99% 0.77% -
XYZ 24.18 14.57 1.57 -
YUV 91.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 196 56 1 0 0.71 0.99 0.23 16.92 0.99 0.39
Hex C4 38 1 0 47 63 17 11 63 27
Octal 304 70 1 0 107 143 27 21 143 47
Binary 11000100 111000 1 0 1000111 1100011 10111 10001 1100011 100111

Color Harmonies of #C43801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43801

Black with #C43801

Text Example


Text Example

White with #C43801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43801; }

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

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

background-color css

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

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

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

border-color css

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

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

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