Html Css Color HEX #CA2848 Brick Red

📋 copy color: '#CA2848'

red 202 ◦ green 40 ◦ blue 72

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

Shades of Brick Red #CA2848

Tints of Brick Red #CA2848

RGB

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

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

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

R = 64.33%
G = 12.74%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA2848 (or 0xCA2848) is known color: Brick Red. HEX triplet: CA, 28 and 48. RGB value is (202,40,72). Sum of RGB (Red+Green+Blue) = 202+40+72=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2848 is #35D7B7. Grayscale: #5C5C5C. Windows color (decimal): -3528632 or 4729034. OLE color: 4729034.

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

Color convert

RGB 202 40 72 -
CMYK 0 0.80 0.64 0.21
HSL 348.15º 0.67% 0.47% -
HSV(B) 348.15º 0.8% 0.79% -
XYZ 26.29 14.54 7.55 -
YUV 92.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 202 40 72 0 0.80 0.64 0.21 348.15 0.67 0.47
Hex CA 28 48 0 50 40 15 15C 43 2F
Octal 312 50 110 0 120 100 25 534 103 57
Binary 11001010 101000 1001000 0 1010000 1000000 10101 101011100 1000011 101111

Color Harmonies of #CA2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2848

Black with #CA2848

Text Example


Text Example

White with #CA2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2848; }

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

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

background-color css

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

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

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

border-color css

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

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

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