Html Css Color HEX #C43F01 Rust

📋 copy color: '#C43F01'

red 196 ◦ green 63 ◦ blue 1

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

Shades of Rust #C43F01

Tints of Rust #C43F01

RGB

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

 GREEN value IS 63 (25% from 255) = 24.23%

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

R = 75.38%
G = 24.23%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C43F01 (or 0xC43F01) is known color: Rust. HEX triplet: C4, 3F and 01. RGB value is (196,63,1). Sum of RGB (Red+Green+Blue) = 196+63+1=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43F01 is #3BC0FE. Grayscale: #606060. Windows color (decimal): -3916031 or 81860. OLE color: 81860.

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

Color convert

RGB 196 63 1 -
CMYK 0 0.68 0.99 0.23
HSL 19.08º 0.99% 0.39% -
HSV(B) 19.08º 0.99% 0.77% -
XYZ 24.55 15.29 1.69 -
YUV 95.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 196 63 1 0 0.68 0.99 0.23 19.08 0.99 0.39
Hex C4 3F 1 0 44 63 17 13 63 27
Octal 304 77 1 0 104 143 27 23 143 47
Binary 11000100 111111 1 0 1000100 1100011 10111 10011 1100011 100111

Color Harmonies of #C43F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F01

Black with #C43F01

Text Example


Text Example

White with #C43F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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