Html Css Color HEX #C33A07 Rust

📋 copy color: '#C33A07'

red 195 ◦ green 58 ◦ blue 7

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

Shades of Rust #C33A07

Tints of Rust #C33A07

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

 BLUE value IS 7 (3.13% from 255) = 2.69%

R = 75%
G = 22.31%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C33A07 (or 0xC33A07) is known color: Rust. HEX triplet: C3, 3A and 07. RGB value is (195,58,7). Sum of RGB (Red+Green+Blue) = 195+58+7=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33A07 is #3CC5F8. Grayscale: #5D5D5D. Windows color (decimal): -3982841 or 473795. OLE color: 473795.

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

Color convert

RGB 195 58 7 -
CMYK 0 0.70 0.96 0.24
HSL 16.28º 0.93% 0.4% -
HSV(B) 16.28º 0.96% 0.76% -
XYZ 24.06 14.64 1.76 -
YUV 93.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 195 58 7 0 0.70 0.96 0.24 16.28 0.93 0.4
Hex C3 3A 7 0 46 60 18 10 5D 28
Octal 303 72 7 0 106 140 30 20 135 50
Binary 11000011 111010 111 0 1000110 1100000 11000 10000 1011101 101000

Color Harmonies of #C33A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33A07

Black with #C33A07

Text Example


Text Example

White with #C33A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33A07; }

 p { color: rgb(195,58,7); }

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

background-color css

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

 a { background-color: rgb(195,58,7); }

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

border-color css

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

 span { border-color: rgb(195,58,7); }

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