Html Css Color HEX #C4481B Rust

📋 copy color: '#C4481B'

red 196 ◦ green 72 ◦ blue 27

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

Shades of Rust #C4481B

Tints of Rust #C4481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

 BLUE value IS 27 (10.94% from 255) = 9.15%

R = 66.44%
G = 24.41%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4481B (or 0xC4481B) is known color: Rust. HEX triplet: C4, 48 and 1B. RGB value is (196,72,27). Sum of RGB (Red+Green+Blue) = 196+72+27=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4481B is #3BB7E4. Grayscale: #686868. Windows color (decimal): -3913701 or 1788100. OLE color: 1788100.

HSL color Cylindrical-coordinate representation of color #C4481B: hue angle of 15.98º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4481B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 27 -
CMYK 0 0.63 0.86 0.23
HSL 15.98º 0.76% 0.44% -
HSV(B) 15.98º 0.86% 0.77% -
XYZ 25.28 16.45 2.88 -
YUV 103.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 196 72 27 0 0.63 0.86 0.23 15.98 0.76 0.44
Hex C4 48 1B 0 3F 56 17 10 4C 2C
Octal 304 110 33 0 77 126 27 20 114 54
Binary 11000100 1001000 11011 0 111111 1010110 10111 10000 1001100 101100

Color Harmonies of #C4481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4481B

Black with #C4481B

Text Example


Text Example

White with #C4481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4481B; }

 p { color: rgb(196,72,27); }

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

background-color css

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

 a { background-color: rgb(196,72,27); }

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

border-color css

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

 span { border-color: rgb(196,72,27); }

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