Html Css Color HEX #C3481B Rust

📋 copy color: '#C3481B'

red 195 ◦ green 72 ◦ blue 27

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

Shades of Rust #C3481B

Tints of Rust #C3481B

RGB

 RED value IS 195 (76.56% from 255) = 66.33%

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 27 (10.94% from 255) = 9.18%

R = 66.33%
G = 24.49%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3481B (or 0xC3481B) is known color: Rust. HEX triplet: C3, 48 and 1B. RGB value is (195,72,27). Sum of RGB (Red+Green+Blue) = 195+72+27=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3481B is #3CB7E4. Grayscale: #676767. Windows color (decimal): -3979237 or 1788099. OLE color: 1788099.

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

Color convert

RGB 195 72 27 -
CMYK 0 0.63 0.86 0.24
HSL 16.07º 0.76% 0.44% -
HSV(B) 16.07º 0.86% 0.76% -
XYZ 25.02 16.32 2.87 -
YUV 103.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 195 72 27 0 0.63 0.86 0.24 16.07 0.76 0.44
Hex C3 48 1B 0 3F 56 18 10 4C 2C
Octal 303 110 33 0 77 126 30 20 114 54
Binary 11000011 1001000 11011 0 111111 1010110 11000 10000 1001100 101100

Color Harmonies of #C3481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3481B

Black with #C3481B

Text Example


Text Example

White with #C3481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3481B; }

 p { color: rgb(195,72,27); }

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

background-color css

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

 a { background-color: rgb(195,72,27); }

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

border-color css

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

 span { border-color: rgb(195,72,27); }

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