Html Css Color HEX #CB460D Rust

📋 copy color: '#CB460D'

red 203 ◦ green 70 ◦ blue 13

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

Shades of Rust #CB460D

Tints of Rust #CB460D

RGB

 RED value IS 203 (79.69% from 255) = 70.98%

 GREEN value IS 70 (27.73% from 255) = 24.48%

 BLUE value IS 13 (5.47% from 255) = 4.55%

R = 70.98%
G = 24.48%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB460D (or 0xCB460D) is known color: Rust. HEX triplet: CB, 46 and 0D. RGB value is (203,70,13). Sum of RGB (Red+Green+Blue) = 203+70+13=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB460D is #34B9F2. Grayscale: #676767. Windows color (decimal): -3455475 or 870091. OLE color: 870091.

HSL color Cylindrical-coordinate representation of color #CB460D: hue angle of 18º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB460D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 70 13 -
CMYK 0 0.66 0.94 0.20
HSL 18º 0.88% 0.42% -
HSV(B) 18º 0.94% 0.8% -
XYZ 26.89 17.11 2.27 -
YUV 103.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 203 70 13 0 0.66 0.94 0.20 18 0.88 0.42
Hex CB 46 D 0 42 5E 14 12 58 2A
Octal 313 106 15 0 102 136 24 22 130 52
Binary 11001011 1000110 1101 0 1000010 1011110 10100 10010 1011000 101010

Color Harmonies of #CB460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB460D

Black with #CB460D

Text Example


Text Example

White with #CB460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB460D; }

 p { color: rgb(203,70,13); }

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

background-color css

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

 a { background-color: rgb(203,70,13); }

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

border-color css

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

 span { border-color: rgb(203,70,13); }

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