Html Css Color HEX #CA2630 Mahogany

📋 copy color: '#CA2630'

red 202 ◦ green 38 ◦ blue 48

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

Shades of Mahogany #CA2630

Tints of Mahogany #CA2630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 70.14%
G = 13.19%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA2630 (or 0xCA2630) is known color: Mahogany. HEX triplet: CA, 26 and 30. RGB value is (202,38,48). Sum of RGB (Red+Green+Blue) = 202+38+48=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2630 is #35D9CF. Grayscale: #585858. Windows color (decimal): -3529168 or 3155658. OLE color: 3155658.

HSL color Cylindrical-coordinate representation of color #CA2630: hue angle of 356.34º 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 #CA2630 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 48 -
CMYK 0 0.81 0.76 0.21
HSL 356.34º 0.68% 0.47% -
HSV(B) 356.34º 0.81% 0.79% -
XYZ 25.58 14.16 4.18 -
YUV 88.18 105.33 209.19 -
System Red Green Blue C M Y K H S L
Decimal 202 38 48 0 0.81 0.76 0.21 356.34 0.68 0.47
Hex CA 26 30 0 51 4C 15 164 44 2F
Octal 312 46 60 0 121 114 25 544 104 57
Binary 11001010 100110 110000 0 1010001 1001100 10101 101100100 1000100 101111

Color Harmonies of #CA2630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2630

Black with #CA2630

Text Example


Text Example

White with #CA2630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2630; }

 p { color: rgb(202,38,48); }

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

background-color css

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

 a { background-color: rgb(202,38,48); }

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

border-color css

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

 span { border-color: rgb(202,38,48); }

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