Html Css Color HEX #C14B08 Rust

📋 copy color: '#C14B08'

red 193 ◦ green 75 ◦ blue 8

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

Shades of Rust #C14B08

Tints of Rust #C14B08

RGB

 RED value IS 193 (75.78% from 255) = 69.93%

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 8 (3.52% from 255) = 2.9%

R = 69.93%
G = 27.17%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C14B08 (or 0xC14B08) is known color: Rust. HEX triplet: C1, 4B and 08. RGB value is (193,75,8). Sum of RGB (Red+Green+Blue) = 193+75+8=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14B08 is #3EB4F7. Grayscale: #676767. Windows color (decimal): -4109560 or 543681. OLE color: 543681.

HSL color Cylindrical-coordinate representation of color #C14B08: hue angle of 21.73º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C14B08 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 75 8 -
CMYK 0 0.61 0.96 0.24
HSL 21.73º 0.92% 0.39% -
HSV(B) 21.73º 0.96% 0.76% -
XYZ 24.55 16.39 2.1 -
YUV 102.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 193 75 8 0 0.61 0.96 0.24 21.73 0.92 0.39
Hex C1 4B 8 0 3D 60 18 16 5C 27
Octal 301 113 10 0 75 140 30 26 134 47
Binary 11000001 1001011 1000 0 111101 1100000 11000 10110 1011100 100111

Color Harmonies of #C14B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B08

Black with #C14B08

Text Example


Text Example

White with #C14B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B08; }

 p { color: rgb(193,75,8); }

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

background-color css

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

 a { background-color: rgb(193,75,8); }

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

border-color css

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

 span { border-color: rgb(193,75,8); }

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