Html Css Color HEX #C3282A Mahogany

📋 copy color: '#C3282A'

red 195 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #C3282A

Tints of Mahogany #C3282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 70.4%
G = 14.44%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3282A (or 0xC3282A) is known color: Mahogany. HEX triplet: C3, 28 and 2A. RGB value is (195,40,42). Sum of RGB (Red+Green+Blue) = 195+40+42=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3282A is #3CD7D5. Grayscale: #565656. Windows color (decimal): -3987414 or 2762947. OLE color: 2762947.

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

Color convert

RGB 195 40 42 -
CMYK 0 0.79 0.78 0.24
HSL 359.23º 0.66% 0.46% -
HSV(B) 359.23º 0.79% 0.76% -
XYZ 23.68 13.29 3.51 -
YUV 86.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 195 40 42 0 0.79 0.78 0.24 359.23 0.66 0.46
Hex C3 28 2A 0 4F 4E 18 167 42 2E
Octal 303 50 52 0 117 116 30 547 102 56
Binary 11000011 101000 101010 0 1001111 1001110 11000 101100111 1000010 101110

Color Harmonies of #C3282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3282A

Black with #C3282A

Text Example


Text Example

White with #C3282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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