Html Css Color HEX #C43B05 Rust

📋 copy color: '#C43B05'

red 196 ◦ green 59 ◦ blue 5

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

Shades of Rust #C43B05

Tints of Rust #C43B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 75.38%
G = 22.69%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C43B05 (or 0xC43B05) is known color: Rust. HEX triplet: C4, 3B and 05. RGB value is (196,59,5). Sum of RGB (Red+Green+Blue) = 196+59+5=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43B05 is #3BC4FA. Grayscale: #5E5E5E. Windows color (decimal): -3917051 or 342980. OLE color: 342980.

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

Color convert

RGB 196 59 5 -
CMYK 0 0.70 0.97 0.23
HSL 16.96º 0.95% 0.39% -
HSV(B) 16.96º 0.97% 0.77% -
XYZ 24.36 14.87 1.73 -
YUV 93.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 196 59 5 0 0.70 0.97 0.23 16.96 0.95 0.39
Hex C4 3B 5 0 46 61 17 11 5F 27
Octal 304 73 5 0 106 141 27 21 137 47
Binary 11000100 111011 101 0 1000110 1100001 10111 10001 1011111 100111

Color Harmonies of #C43B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43B05

Black with #C43B05

Text Example


Text Example

White with #C43B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43B05; }

 p { color: rgb(196,59,5); }

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

background-color css

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

 a { background-color: rgb(196,59,5); }

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

border-color css

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

 span { border-color: rgb(196,59,5); }

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