Html Css Color HEX #CB4B17 Rust

📋 copy color: '#CB4B17'

red 203 ◦ green 75 ◦ blue 23

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

Shades of Rust #CB4B17

Tints of Rust #CB4B17

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.92%

 BLUE value IS 23 (9.38% from 255) = 7.64%

R = 67.44%
G = 24.92%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB4B17 (or 0xCB4B17) is known color: Rust. HEX triplet: CB, 4B and 17. RGB value is (203,75,23). Sum of RGB (Red+Green+Blue) = 203+75+23=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B17 is #34B4E8. Grayscale: #6B6B6B. Windows color (decimal): -3454185 or 1526731. OLE color: 1526731.

HSL color Cylindrical-coordinate representation of color #CB4B17: hue angle of 17.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB4B17 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 75 23 -
CMYK 0 0.63 0.89 0.20
HSL 17.33º 0.8% 0.44% -
HSV(B) 17.33º 0.89% 0.8% -
XYZ 27.3 17.79 2.81 -
YUV 107.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 203 75 23 0 0.63 0.89 0.20 17.33 0.8 0.44
Hex CB 4B 17 0 3F 59 14 11 50 2C
Octal 313 113 27 0 77 131 24 21 120 54
Binary 11001011 1001011 10111 0 111111 1011001 10100 10001 1010000 101100

Color Harmonies of #CB4B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B17

Black with #CB4B17

Text Example


Text Example

White with #CB4B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B17; }

 p { color: rgb(203,75,23); }

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

background-color css

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

 a { background-color: rgb(203,75,23); }

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

border-color css

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

 span { border-color: rgb(203,75,23); }

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