Html Css Color HEX #CB470E Rust

📋 copy color: '#CB470E'

red 203 ◦ green 71 ◦ blue 14

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

Shades of Rust #CB470E

Tints of Rust #CB470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 70.49%
G = 24.65%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CB470E (or 0xCB470E) is known color: Rust. HEX triplet: CB, 47 and 0E. RGB value is (203,71,14). Sum of RGB (Red+Green+Blue) = 203+71+14=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB470E is #34B8F1. Grayscale: #686868. Windows color (decimal): -3455218 or 935883. OLE color: 935883.

HSL color Cylindrical-coordinate representation of color #CB470E: hue angle of 18.1º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB470E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 71 14 -
CMYK 0 0.65 0.93 0.20
HSL 18.1º 0.87% 0.43% -
HSV(B) 18.1º 0.93% 0.8% -
XYZ 26.96 17.23 2.32 -
YUV 103.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 203 71 14 0 0.65 0.93 0.20 18.1 0.87 0.43
Hex CB 47 E 0 41 5D 14 12 57 2B
Octal 313 107 16 0 101 135 24 22 127 53
Binary 11001011 1000111 1110 0 1000001 1011101 10100 10010 1010111 101011

Color Harmonies of #CB470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB470E

Black with #CB470E

Text Example


Text Example

White with #CB470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB470E; }

 p { color: rgb(203,71,14); }

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

background-color css

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

 a { background-color: rgb(203,71,14); }

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

border-color css

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

 span { border-color: rgb(203,71,14); }

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