Html Css Color HEX #CA282E Mahogany

📋 copy color: '#CA282E'

red 202 ◦ green 40 ◦ blue 46

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

Shades of Mahogany #CA282E

Tints of Mahogany #CA282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 70.14%
G = 13.89%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA282E (or 0xCA282E) is known color: Mahogany. HEX triplet: CA, 28 and 2E. RGB value is (202,40,46). Sum of RGB (Red+Green+Blue) = 202+40+46=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA282E is #35D7D1. Grayscale: #595959. Windows color (decimal): -3528658 or 3025098. OLE color: 3025098.

HSL color Cylindrical-coordinate representation of color #CA282E: hue angle of 357.78º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA282E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 46 -
CMYK 0 0.80 0.77 0.21
HSL 357.78º 0.67% 0.47% -
HSV(B) 357.78º 0.8% 0.79% -
XYZ 25.61 14.27 3.99 -
YUV 89.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 202 40 46 0 0.80 0.77 0.21 357.78 0.67 0.47
Hex CA 28 2E 0 50 4D 15 166 43 2F
Octal 312 50 56 0 120 115 25 546 103 57
Binary 11001010 101000 101110 0 1010000 1001101 10101 101100110 1000011 101111

Color Harmonies of #CA282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA282E

Black with #CA282E

Text Example


Text Example

White with #CA282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA282E; }

 p { color: rgb(202,40,46); }

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

background-color css

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

 a { background-color: rgb(202,40,46); }

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

border-color css

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

 span { border-color: rgb(202,40,46); }

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