Html Css Color HEX #CA333B Mahogany

📋 copy color: '#CA333B'

red 202 ◦ green 51 ◦ blue 59

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

Shades of Mahogany #CA333B

Tints of Mahogany #CA333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 64.74%
G = 16.35%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA333B (or 0xCA333B) is known color: Mahogany. HEX triplet: CA, 33 and 3B. RGB value is (202,51,59). Sum of RGB (Red+Green+Blue) = 202+51+59=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA333B is #35CCC4. Grayscale: #616161. Windows color (decimal): -3525829 or 3879882. OLE color: 3879882.

HSL color Cylindrical-coordinate representation of color #CA333B: hue angle of 356.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA333B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 59 -
CMYK 0 0.75 0.71 0.21
HSL 356.82º 0.6% 0.5% -
HSV(B) 356.82º 0.75% 0.79% -
XYZ 26.33 15.24 5.69 -
YUV 97.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 202 51 59 0 0.75 0.71 0.21 356.82 0.6 0.5
Hex CA 33 3B 0 4B 47 15 165 3C 32
Octal 312 63 73 0 113 107 25 545 74 62
Binary 11001010 110011 111011 0 1001011 1000111 10101 101100101 111100 110010

Color Harmonies of #CA333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA333B

Black with #CA333B

Text Example


Text Example

White with #CA333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA333B; }

 p { color: rgb(202,51,59); }

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

background-color css

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

 a { background-color: rgb(202,51,59); }

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

border-color css

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

 span { border-color: rgb(202,51,59); }

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