Html Css Color HEX #CB4711 Rust

📋 copy color: '#CB4711'

red 203 ◦ green 71 ◦ blue 17

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

Shades of Rust #CB4711

Tints of Rust #CB4711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 69.76%
G = 24.4%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB4711 (or 0xCB4711) is known color: Rust. HEX triplet: CB, 47 and 11. RGB value is (203,71,17). Sum of RGB (Red+Green+Blue) = 203+71+17=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4711 is #34B8EE. Grayscale: #686868. Windows color (decimal): -3455215 or 1132491. OLE color: 1132491.

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

Color convert

RGB 203 71 17 -
CMYK 0 0.65 0.92 0.20
HSL 17.42º 0.85% 0.43% -
HSV(B) 17.42º 0.92% 0.8% -
XYZ 26.98 17.24 2.44 -
YUV 104.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 203 71 17 0 0.65 0.92 0.20 17.42 0.85 0.43
Hex CB 47 11 0 41 5C 14 11 55 2B
Octal 313 107 21 0 101 134 24 21 125 53
Binary 11001011 1000111 10001 0 1000001 1011100 10100 10001 1010101 101011

Color Harmonies of #CB4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4711

Black with #CB4711

Text Example


Text Example

White with #CB4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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