Html Css Color HEX #C3282B Mahogany

📋 copy color: '#C3282B'

red 195 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #C3282B

Tints of Mahogany #C3282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 70.14%
G = 14.39%
B = 15.47%

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

#C3282B (or 0xC3282B) is known color: Mahogany. HEX triplet: C3, 28 and 2B. RGB value is (195,40,43). Sum of RGB (Red+Green+Blue) = 195+40+43=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3282B is #3CD7D4. Grayscale: #565656. Windows color (decimal): -3987413 or 2828483. OLE color: 2828483.

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

Color convert

RGB 195 40 43 -
CMYK 0 0.79 0.78 0.24
HSL 358.84º 0.66% 0.46% -
HSV(B) 358.84º 0.79% 0.76% -
XYZ 23.7 13.29 3.6 -
YUV 86.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 195 40 43 0 0.79 0.78 0.24 358.84 0.66 0.46
Hex C3 28 2B 0 4F 4E 18 167 42 2E
Octal 303 50 53 0 117 116 30 547 102 56
Binary 11000011 101000 101011 0 1001111 1001110 11000 101100111 1000010 101110

Color Harmonies of #C3282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3282B

Black with #C3282B

Text Example


Text Example

White with #C3282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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