Html Css Color HEX #CB4B19 Rust

📋 copy color: '#CB4B19'

red 203 ◦ green 75 ◦ blue 25

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

Shades of Rust #CB4B19

Tints of Rust #CB4B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.25%

R = 67%
G = 24.75%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB4B19 (or 0xCB4B19) is known color: Rust. HEX triplet: CB, 4B and 19. RGB value is (203,75,25). Sum of RGB (Red+Green+Blue) = 203+75+25=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B19 is #34B4E6. Grayscale: #6B6B6B. Windows color (decimal): -3454183 or 1657803. OLE color: 1657803.

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

Color convert

RGB 203 75 25 -
CMYK 0 0.63 0.88 0.20
HSL 16.85º 0.78% 0.45% -
HSV(B) 16.85º 0.88% 0.8% -
XYZ 27.32 17.8 2.92 -
YUV 107.57 81.41 196.07 -
System Red Green Blue C M Y K H S L
Decimal 203 75 25 0 0.63 0.88 0.20 16.85 0.78 0.45
Hex CB 4B 19 0 3F 58 14 11 4E 2D
Octal 313 113 31 0 77 130 24 21 116 55
Binary 11001011 1001011 11001 0 111111 1011000 10100 10001 1001110 101101

Color Harmonies of #CB4B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B19

Black with #CB4B19

Text Example


Text Example

White with #CB4B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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