Html Css Color HEX #CA252B Mahogany

📋 copy color: '#CA252B'

red 202 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #CA252B

Tints of Mahogany #CA252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 71.63%
G = 13.12%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA252B (or 0xCA252B) is known color: Mahogany. HEX triplet: CA, 25 and 2B. RGB value is (202,37,43). Sum of RGB (Red+Green+Blue) = 202+37+43=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA252B is #35DAD4. Grayscale: #575757. Windows color (decimal): -3529429 or 2827722. OLE color: 2827722.

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

Color convert

RGB 202 37 43 -
CMYK 0 0.82 0.79 0.21
HSL 357.82º 0.69% 0.47% -
HSV(B) 357.82º 0.82% 0.79% -
XYZ 25.45 14.05 3.66 -
YUV 87.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 202 37 43 0 0.82 0.79 0.21 357.82 0.69 0.47
Hex CA 25 2B 0 52 4F 15 166 45 2F
Octal 312 45 53 0 122 117 25 546 105 57
Binary 11001010 100101 101011 0 1010010 1001111 10101 101100110 1000101 101111

Color Harmonies of #CA252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA252B

Black with #CA252B

Text Example


Text Example

White with #CA252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA252B; }

 p { color: rgb(202,37,43); }

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

background-color css

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

 a { background-color: rgb(202,37,43); }

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

border-color css

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

 span { border-color: rgb(202,37,43); }

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