Html Css Color HEX #C0441B Rust

📋 copy color: '#C0441B'

red 192 ◦ green 68 ◦ blue 27

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

Shades of Rust #C0441B

Tints of Rust #C0441B

RGB

 RED value IS 192 (75.39% from 255) = 66.9%

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 66.9%
G = 23.69%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0441B (or 0xC0441B) is known color: Rust. HEX triplet: C0, 44 and 1B. RGB value is (192,68,27). Sum of RGB (Red+Green+Blue) = 192+68+27=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0441B is #3FBBE4. Grayscale: #646464. Windows color (decimal): -4176869 or 1787072. OLE color: 1787072.

HSL color Cylindrical-coordinate representation of color #C0441B: hue angle of 14.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0441B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 27 -
CMYK 0 0.65 0.86 0.25
HSL 14.91º 0.75% 0.43% -
HSV(B) 14.91º 0.86% 0.75% -
XYZ 24 15.42 2.75 -
YUV 100.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 192 68 27 0 0.65 0.86 0.25 14.91 0.75 0.43
Hex C0 44 1B 0 41 56 19 F 4B 2B
Octal 300 104 33 0 101 126 31 17 113 53
Binary 11000000 1000100 11011 0 1000001 1010110 11001 1111 1001011 101011

Color Harmonies of #C0441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0441B

Black with #C0441B

Text Example


Text Example

White with #C0441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0441B; }

 p { color: rgb(192,68,27); }

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

background-color css

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

 a { background-color: rgb(192,68,27); }

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

border-color css

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

 span { border-color: rgb(192,68,27); }

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