Html Css Color HEX #CB470C Rust

📋 copy color: '#CB470C'

red 203 ◦ green 71 ◦ blue 12

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

Shades of Rust #CB470C

Tints of Rust #CB470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 70.98%
G = 24.83%
B = 4.2%

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

#CB470C (or 0xCB470C) is known color: Rust. HEX triplet: CB, 47 and 0C. RGB value is (203,71,12). Sum of RGB (Red+Green+Blue) = 203+71+12=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB470C is #34B8F3. Grayscale: #686868. Windows color (decimal): -3455220 or 804811. OLE color: 804811.

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

Color convert

RGB 203 71 12 -
CMYK 0 0.65 0.94 0.20
HSL 18.53º 0.89% 0.42% -
HSV(B) 18.53º 0.94% 0.8% -
XYZ 26.95 17.23 2.25 -
YUV 103.74 76.23 198.8 -
System Red Green Blue C M Y K H S L
Decimal 203 71 12 0 0.65 0.94 0.20 18.53 0.89 0.42
Hex CB 47 C 0 41 5E 14 13 59 2A
Octal 313 107 14 0 101 136 24 23 131 52
Binary 11001011 1000111 1100 0 1000001 1011110 10100 10011 1011001 101010

Color Harmonies of #CB470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB470C

Black with #CB470C

Text Example


Text Example

White with #CB470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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