Html Css Color HEX #CA2448 Brick Red

📋 copy color: '#CA2448'

red 202 ◦ green 36 ◦ blue 72

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

Shades of Brick Red #CA2448

Tints of Brick Red #CA2448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 65.16%
G = 11.61%
B = 23.23%

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

#CA2448 (or 0xCA2448) is known color: Brick Red. HEX triplet: CA, 24 and 48. RGB value is (202,36,72). Sum of RGB (Red+Green+Blue) = 202+36+72=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2448 is #35DBB7. Grayscale: #595959. Windows color (decimal): -3529656 or 4728010. OLE color: 4728010.

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

Color convert

RGB 202 36 72 -
CMYK 0 0.82 0.64 0.21
HSL 346.99º 0.7% 0.47% -
HSV(B) 346.99º 0.82% 0.79% -
XYZ 26.16 14.29 7.51 -
YUV 89.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 202 36 72 0 0.82 0.64 0.21 346.99 0.7 0.47
Hex CA 24 48 0 52 40 15 15B 46 2F
Octal 312 44 110 0 122 100 25 533 106 57
Binary 11001010 100100 1001000 0 1010010 1000000 10101 101011011 1000110 101111

Color Harmonies of #CA2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2448

Black with #CA2448

Text Example


Text Example

White with #CA2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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