Html Css Color HEX #CB4810 Rust

📋 copy color: '#CB4810'

red 203 ◦ green 72 ◦ blue 16

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

Shades of Rust #CB4810

Tints of Rust #CB4810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 69.76%
G = 24.74%
B = 5.5%

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

#CB4810 (or 0xCB4810) is known color: Rust. HEX triplet: CB, 48 and 10. RGB value is (203,72,16). Sum of RGB (Red+Green+Blue) = 203+72+16=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4810 is #34B7EF. Grayscale: #696969. Windows color (decimal): -3454960 or 1067211. OLE color: 1067211.

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

Color convert

RGB 203 72 16 -
CMYK 0 0.65 0.92 0.20
HSL 17.97º 0.85% 0.43% -
HSV(B) 17.97º 0.92% 0.8% -
XYZ 27.04 17.37 2.42 -
YUV 104.79 77.9 198.05 -
System Red Green Blue C M Y K H S L
Decimal 203 72 16 0 0.65 0.92 0.20 17.97 0.85 0.43
Hex CB 48 10 0 41 5C 14 12 55 2B
Octal 313 110 20 0 101 134 24 22 125 53
Binary 11001011 1001000 10000 0 1000001 1011100 10100 10010 1010101 101011

Color Harmonies of #CB4810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4810

Black with #CB4810

Text Example


Text Example

White with #CB4810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4810; }

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

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

background-color css

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

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

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

border-color css

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

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

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