Html Css Color HEX #CB480D Rust

📋 copy color: '#CB480D'

red 203 ◦ green 72 ◦ blue 13

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

Shades of Rust #CB480D

Tints of Rust #CB480D

RGB

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

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

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

R = 70.49%
G = 25%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB480D (or 0xCB480D) is known color: Rust. HEX triplet: CB, 48 and 0D. RGB value is (203,72,13). Sum of RGB (Red+Green+Blue) = 203+72+13=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB480D is #34B7F2. Grayscale: #686868. Windows color (decimal): -3454963 or 870603. OLE color: 870603.

HSL color Cylindrical-coordinate representation of color #CB480D: hue angle of 18.63º 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 #CB480D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 72 13 -
CMYK 0 0.65 0.94 0.20
HSL 18.63º 0.88% 0.42% -
HSV(B) 18.63º 0.94% 0.8% -
XYZ 27.02 17.36 2.31 -
YUV 104.44 76.4 198.3 -
System Red Green Blue C M Y K H S L
Decimal 203 72 13 0 0.65 0.94 0.20 18.63 0.88 0.42
Hex CB 48 D 0 41 5E 14 13 58 2A
Octal 313 110 15 0 101 136 24 23 130 52
Binary 11001011 1001000 1101 0 1000001 1011110 10100 10011 1011000 101010

Color Harmonies of #CB480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB480D

Black with #CB480D

Text Example


Text Example

White with #CB480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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