Html Css Color HEX #C3282C Mahogany

📋 copy color: '#C3282C'

red 195 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #C3282C

Tints of Mahogany #C3282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 69.89%
G = 14.34%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3282C (or 0xC3282C) is known color: Mahogany. HEX triplet: C3, 28 and 2C. RGB value is (195,40,44). Sum of RGB (Red+Green+Blue) = 195+40+44=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3282C is #3CD7D3. Grayscale: #565656. Windows color (decimal): -3987412 or 2894019. OLE color: 2894019.

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

Color convert

RGB 195 40 44 -
CMYK 0 0.79 0.77 0.24
HSL 358.45º 0.66% 0.46% -
HSV(B) 358.45º 0.79% 0.76% -
XYZ 23.72 13.3 3.7 -
YUV 86.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 195 40 44 0 0.79 0.77 0.24 358.45 0.66 0.46
Hex C3 28 2C 0 4F 4D 18 166 42 2E
Octal 303 50 54 0 117 115 30 546 102 56
Binary 11000011 101000 101100 0 1001111 1001101 11000 101100110 1000010 101110

Color Harmonies of #C3282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3282C

Black with #C3282C

Text Example


Text Example

White with #C3282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3282C; }

 p { color: rgb(195,40,44); }

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

background-color css

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

 a { background-color: rgb(195,40,44); }

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

border-color css

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

 span { border-color: rgb(195,40,44); }

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