Html Css Color HEX #C3430B Rust

📋 copy color: '#C3430B'

red 195 ◦ green 67 ◦ blue 11

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

Shades of Rust #C3430B

Tints of Rust #C3430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

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

R = 71.43%
G = 24.54%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3430B (or 0xC3430B) is known color: Rust. HEX triplet: C3, 43 and 0B. RGB value is (195,67,11). Sum of RGB (Red+Green+Blue) = 195+67+11=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3430B is #3CBCF4. Grayscale: #636363. Windows color (decimal): -3980533 or 738243. OLE color: 738243.

HSL color Cylindrical-coordinate representation of color #C3430B: hue angle of 18.26º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3430B is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 67 11 -
CMYK 0 0.66 0.94 0.24
HSL 18.26º 0.89% 0.4% -
HSV(B) 18.26º 0.94% 0.76% -
XYZ 24.57 15.64 2.04 -
YUV 98.89 78.41 196.55 -
System Red Green Blue C M Y K H S L
Decimal 195 67 11 0 0.66 0.94 0.24 18.26 0.89 0.4
Hex C3 43 B 0 42 5E 18 12 59 28
Octal 303 103 13 0 102 136 30 22 131 50
Binary 11000011 1000011 1011 0 1000010 1011110 11000 10010 1011001 101000

Color Harmonies of #C3430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3430B

Black with #C3430B

Text Example


Text Example

White with #C3430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3430B; }

 p { color: rgb(195,67,11); }

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

background-color css

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

 a { background-color: rgb(195,67,11); }

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

border-color css

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

 span { border-color: rgb(195,67,11); }

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