Html Css Color HEX #CB4A11 Rust

📋 copy color: '#CB4A11'

red 203 ◦ green 74 ◦ blue 17

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

Shades of Rust #CB4A11

Tints of Rust #CB4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

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

R = 69.05%
G = 25.17%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB4A11 (or 0xCB4A11) is known color: Rust. HEX triplet: CB, 4A and 11. RGB value is (203,74,17). Sum of RGB (Red+Green+Blue) = 203+74+17=294 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.05% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A11 is #34B5EE. Grayscale: #6A6A6A. Windows color (decimal): -3454447 or 1133259. OLE color: 1133259.

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

Color convert

RGB 203 74 17 -
CMYK 0 0.64 0.92 0.20
HSL 18.39º 0.85% 0.43% -
HSV(B) 18.39º 0.92% 0.8% -
XYZ 27.18 17.63 2.5 -
YUV 106.07 77.74 197.13 -
System Red Green Blue C M Y K H S L
Decimal 203 74 17 0 0.64 0.92 0.20 18.39 0.85 0.43
Hex CB 4A 11 0 40 5C 14 12 55 2B
Octal 313 112 21 0 100 134 24 22 125 53
Binary 11001011 1001010 10001 0 1000000 1011100 10100 10010 1010101 101011

Color Harmonies of #CB4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A11

Black with #CB4A11

Text Example


Text Example

White with #CB4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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