Html Css Color HEX #CB4B12 Rust

📋 copy color: '#CB4B12'

red 203 ◦ green 75 ◦ blue 18

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

Shades of Rust #CB4B12

Tints of Rust #CB4B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 68.58%
G = 25.34%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB4B12 (or 0xCB4B12) is known color: Rust. HEX triplet: CB, 4B and 12. RGB value is (203,75,18). Sum of RGB (Red+Green+Blue) = 203+75+18=296 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.58% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4B12 is #34B4ED. Grayscale: #6B6B6B. Windows color (decimal): -3454190 or 1199051. OLE color: 1199051.

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

Color convert

RGB 203 75 18 -
CMYK 0 0.63 0.91 0.20
HSL 18.49º 0.84% 0.43% -
HSV(B) 18.49º 0.91% 0.8% -
XYZ 27.25 17.77 2.57 -
YUV 106.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 203 75 18 0 0.63 0.91 0.20 18.49 0.84 0.43
Hex CB 4B 12 0 3F 5B 14 12 54 2B
Octal 313 113 22 0 77 133 24 22 124 53
Binary 11001011 1001011 10010 0 111111 1011011 10100 10010 1010100 101011

Color Harmonies of #CB4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4B12

Black with #CB4B12

Text Example


Text Example

White with #CB4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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