Html Css Color HEX #C33D0B Rust

📋 copy color: '#C33D0B'

red 195 ◦ green 61 ◦ blue 11

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

Shades of Rust #C33D0B

Tints of Rust #C33D0B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.85%

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

R = 73.03%
G = 22.85%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C33D0B (or 0xC33D0B) is known color: Rust. HEX triplet: C3, 3D and 0B. RGB value is (195,61,11). Sum of RGB (Red+Green+Blue) = 195+61+11=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33D0B is #3CC2F4. Grayscale: #5F5F5F. Windows color (decimal): -3982069 or 736707. OLE color: 736707.

HSL color Cylindrical-coordinate representation of color #C33D0B: hue angle of 16.3º 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 #C33D0B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 11 -
CMYK 0 0.69 0.94 0.24
HSL 16.3º 0.89% 0.4% -
HSV(B) 16.3º 0.94% 0.76% -
XYZ 24.23 14.96 1.93 -
YUV 95.37 80.39 199.07 -
System Red Green Blue C M Y K H S L
Decimal 195 61 11 0 0.69 0.94 0.24 16.3 0.89 0.4
Hex C3 3D B 0 45 5E 18 10 59 28
Octal 303 75 13 0 105 136 30 20 131 50
Binary 11000011 111101 1011 0 1000101 1011110 11000 10000 1011001 101000

Color Harmonies of #C33D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D0B

Black with #C33D0B

Text Example


Text Example

White with #C33D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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