Html Css Color HEX #CB4A15 Rust

📋 copy color: '#CB4A15'

red 203 ◦ green 74 ◦ blue 21

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

Shades of Rust #CB4A15

Tints of Rust #CB4A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 68.12%
G = 24.83%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB4A15 (or 0xCB4A15) is known color: Rust. HEX triplet: CB, 4A and 15. RGB value is (203,74,21). Sum of RGB (Red+Green+Blue) = 203+74+21=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4A15 is #34B5EA. Grayscale: #6A6A6A. Windows color (decimal): -3454443 or 1395403. OLE color: 1395403.

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

Color convert

RGB 203 74 21 -
CMYK 0 0.64 0.90 0.20
HSL 17.47º 0.81% 0.44% -
HSV(B) 17.47º 0.9% 0.8% -
XYZ 27.21 17.65 2.68 -
YUV 106.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 203 74 21 0 0.64 0.90 0.20 17.47 0.81 0.44
Hex CB 4A 15 0 40 5A 14 11 51 2C
Octal 313 112 25 0 100 132 24 21 121 54
Binary 11001011 1001010 10101 0 1000000 1011010 10100 10001 1010001 101100

Color Harmonies of #CB4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A15

Black with #CB4A15

Text Example


Text Example

White with #CB4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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