Html Css Color HEX #CA282F Mahogany

📋 copy color: '#CA282F'

red 202 ◦ green 40 ◦ blue 47

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

Shades of Mahogany #CA282F

Tints of Mahogany #CA282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 69.9%
G = 13.84%
B = 16.26%

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

#CA282F (or 0xCA282F) is known color: Mahogany. HEX triplet: CA, 28 and 2F. RGB value is (202,40,47). Sum of RGB (Red+Green+Blue) = 202+40+47=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA282F is #35D7D0. Grayscale: #595959. Windows color (decimal): -3528657 or 3090634. OLE color: 3090634.

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

Color convert

RGB 202 40 47 -
CMYK 0 0.80 0.77 0.21
HSL 357.41º 0.67% 0.47% -
HSV(B) 357.41º 0.8% 0.79% -
XYZ 25.63 14.28 4.09 -
YUV 89.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 202 40 47 0 0.80 0.77 0.21 357.41 0.67 0.47
Hex CA 28 2F 0 50 4D 15 165 43 2F
Octal 312 50 57 0 120 115 25 545 103 57
Binary 11001010 101000 101111 0 1010000 1001101 10101 101100101 1000011 101111

Color Harmonies of #CA282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA282F

Black with #CA282F

Text Example


Text Example

White with #CA282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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