Html Css Color HEX #C8450B Rust

📋 copy color: '#C8450B'

red 200 ◦ green 69 ◦ blue 11

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

Shades of Rust #C8450B

Tints of Rust #C8450B

RGB

 RED value IS 200 (78.52% from 255) = 71.43%

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 71.43%
G = 24.64%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8450B (or 0xC8450B) is known color: Rust. HEX triplet: C8, 45 and 0B. RGB value is (200,69,11). Sum of RGB (Red+Green+Blue) = 200+69+11=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8450B is #37BAF4. Grayscale: #656565. Windows color (decimal): -3652341 or 738760. OLE color: 738760.

HSL color Cylindrical-coordinate representation of color #C8450B: hue angle of 18.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8450B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 69 11 -
CMYK 0 0.66 0.94 0.22
HSL 18.41º 0.9% 0.41% -
HSV(B) 18.41º 0.95% 0.78% -
XYZ 26.01 16.56 2.14 -
YUV 101.56 76.9 198.22 -
System Red Green Blue C M Y K H S L
Decimal 200 69 11 0 0.66 0.94 0.22 18.41 0.9 0.41
Hex C8 45 B 0 42 5E 16 12 5A 29
Octal 310 105 13 0 102 136 26 22 132 51
Binary 11001000 1000101 1011 0 1000010 1011110 10110 10010 1011010 101001

Color Harmonies of #C8450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8450B

Black with #C8450B

Text Example


Text Example

White with #C8450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8450B; }

 p { color: rgb(200,69,11); }

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

background-color css

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

 a { background-color: rgb(200,69,11); }

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

border-color css

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

 span { border-color: rgb(200,69,11); }

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