Html Css Color HEX #C43800 Rust

📋 copy color: '#C43800'

red 196 ◦ green 56 ◦ blue 0

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

Shades of Rust #C43800

Tints of Rust #C43800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C43800 (or 0xC43800) is known color: Rust. HEX triplet: C4, 38 and 00. RGB value is (196,56,0). Sum of RGB (Red+Green+Blue) = 196+56+0=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C43800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43800 is #3BC7FF. Grayscale: #5B5B5B. Windows color (decimal): -3917824 or 14532. OLE color: 14532.

HSL color Cylindrical-coordinate representation of color #C43800: hue angle of 17.14º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C43800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 0 -
CMYK 0 0.71 1 0.23
HSL 17.14º 1% 0.38% -
HSV(B) 17.14º 1% 0.77% -
XYZ 24.18 14.56 1.54 -
YUV 91.48 76.38 202.55 -
System Red Green Blue C M Y K H S L
Decimal 196 56 0 0 0.71 1 0.23 17.14 1 0.38
Hex C4 38 0 0 47 64 17 11 64 26
Octal 304 70 0 0 107 144 27 21 144 46
Binary 11000100 111000 0 0 1000111 1100100 10111 10001 1100100 100110

Color Harmonies of #C43800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43800

Black with #C43800

Text Example


Text Example

White with #C43800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43800; }

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

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

background-color css

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

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

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

border-color css

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

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

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