Html Css Color HEX #CA272D Mahogany

📋 copy color: '#CA272D'

red 202 ◦ green 39 ◦ blue 45

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

Shades of Mahogany #CA272D

Tints of Mahogany #CA272D

RGB

 RED value IS 202 (79.3% from 255) = 70.63%

 GREEN value IS 39 (15.63% from 255) = 13.64%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 70.63%
G = 13.64%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA272D (or 0xCA272D) is known color: Mahogany. HEX triplet: CA, 27 and 2D. RGB value is (202,39,45). Sum of RGB (Red+Green+Blue) = 202+39+45=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA272D is #35D8D2. Grayscale: #585858. Windows color (decimal): -3528915 or 2959306. OLE color: 2959306.

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

Color convert

RGB 202 39 45 -
CMYK 0 0.81 0.78 0.21
HSL 357.79º 0.68% 0.47% -
HSV(B) 357.79º 0.81% 0.79% -
XYZ 25.56 14.2 3.88 -
YUV 88.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 202 39 45 0 0.81 0.78 0.21 357.79 0.68 0.47
Hex CA 27 2D 0 51 4E 15 166 44 2F
Octal 312 47 55 0 121 116 25 546 104 57
Binary 11001010 100111 101101 0 1010001 1001110 10101 101100110 1000100 101111

Color Harmonies of #CA272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA272D

Black with #CA272D

Text Example


Text Example

White with #CA272D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA272D; }

 p { color: rgb(202,39,45); }

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

background-color css

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

 a { background-color: rgb(202,39,45); }

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

border-color css

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

 span { border-color: rgb(202,39,45); }

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