Html Css Color HEX #CA2649 Brick Red

📋 copy color: '#CA2649'

red 202 ◦ green 38 ◦ blue 73

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

Shades of Brick Red #CA2649

Tints of Brick Red #CA2649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 64.54%
G = 12.14%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA2649 (or 0xCA2649) is known color: Brick Red. HEX triplet: CA, 26 and 49. RGB value is (202,38,73). Sum of RGB (Red+Green+Blue) = 202+38+73=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2649 is #35D9B6. Grayscale: #5B5B5B. Windows color (decimal): -3529143 or 4794058. OLE color: 4794058.

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

Color convert

RGB 202 38 73 -
CMYK 0 0.81 0.64 0.21
HSL 347.2º 0.68% 0.47% -
HSV(B) 347.2º 0.81% 0.79% -
XYZ 26.25 14.42 7.7 -
YUV 91.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 202 38 73 0 0.81 0.64 0.21 347.2 0.68 0.47
Hex CA 26 49 0 51 40 15 15B 44 2F
Octal 312 46 111 0 121 100 25 533 104 57
Binary 11001010 100110 1001001 0 1010001 1000000 10101 101011011 1000100 101111

Color Harmonies of #CA2649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2649

Black with #CA2649

Text Example


Text Example

White with #CA2649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2649; }

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

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

background-color css

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

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

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

border-color css

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

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

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