Html Css Color HEX #C5262B Mahogany

📋 copy color: '#C5262B'

red 197 ◦ green 38 ◦ blue 43

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

Shades of Mahogany #C5262B

Tints of Mahogany #C5262B

RGB

 RED value IS 197 (77.34% from 255) = 70.86%

 GREEN value IS 38 (15.23% from 255) = 13.67%

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

R = 70.86%
G = 13.67%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5262B (or 0xC5262B) is known color: Mahogany. HEX triplet: C5, 26 and 2B. RGB value is (197,38,43). Sum of RGB (Red+Green+Blue) = 197+38+43=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5262B is #3AD9D4. Grayscale: #565656. Windows color (decimal): -3856853 or 2827973. OLE color: 2827973.

HSL color Cylindrical-coordinate representation of color #C5262B: hue angle of 358.11º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5262B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 38 43 -
CMYK 0 0.81 0.78 0.23
HSL 358.11º 0.68% 0.46% -
HSV(B) 358.11º 0.81% 0.77% -
XYZ 24.16 13.43 3.6 -
YUV 86.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 197 38 43 0 0.81 0.78 0.23 358.11 0.68 0.46
Hex C5 26 2B 0 51 4E 17 166 44 2E
Octal 305 46 53 0 121 116 27 546 104 56
Binary 11000101 100110 101011 0 1010001 1001110 10111 101100110 1000100 101110

Color Harmonies of #C5262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5262B

Black with #C5262B

Text Example


Text Example

White with #C5262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5262B; }

 p { color: rgb(197,38,43); }

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

background-color css

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

 a { background-color: rgb(197,38,43); }

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

border-color css

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

 span { border-color: rgb(197,38,43); }

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