Html Css Color HEX #CA2548 Brick Red

📋 copy color: '#CA2548'

red 202 ◦ green 37 ◦ blue 72

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

Shades of Brick Red #CA2548

Tints of Brick Red #CA2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 64.95%
G = 11.9%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA2548 (or 0xCA2548) is known color: Brick Red. HEX triplet: CA, 25 and 48. RGB value is (202,37,72). Sum of RGB (Red+Green+Blue) = 202+37+72=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2548 is #35DAB7. Grayscale: #5A5A5A. Windows color (decimal): -3529400 or 4728266. OLE color: 4728266.

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

Color convert

RGB 202 37 72 -
CMYK 0 0.82 0.64 0.21
HSL 347.27º 0.69% 0.47% -
HSV(B) 347.27º 0.82% 0.79% -
XYZ 26.19 14.35 7.52 -
YUV 90.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 202 37 72 0 0.82 0.64 0.21 347.27 0.69 0.47
Hex CA 25 48 0 52 40 15 15B 45 2F
Octal 312 45 110 0 122 100 25 533 105 57
Binary 11001010 100101 1001000 0 1010010 1000000 10101 101011011 1000101 101111

Color Harmonies of #CA2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2548

Black with #CA2548

Text Example


Text Example

White with #CA2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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