Html Css Color HEX #CA3544 Brick Red

📋 copy color: '#CA3544'

red 202 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #CA3544

Tints of Brick Red #CA3544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 62.54%
G = 16.41%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA3544 (or 0xCA3544) is known color: Brick Red. HEX triplet: CA, 35 and 44. RGB value is (202,53,68). Sum of RGB (Red+Green+Blue) = 202+53+68=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3544 is #35CABB. Grayscale: #636363. Windows color (decimal): -3525308 or 4470218. OLE color: 4470218.

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

Color convert

RGB 202 53 68 -
CMYK 0 0.74 0.66 0.21
HSL 353.96º 0.58% 0.5% -
HSV(B) 353.96º 0.74% 0.79% -
XYZ 26.67 15.52 7.06 -
YUV 99.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 202 53 68 0 0.74 0.66 0.21 353.96 0.58 0.5
Hex CA 35 44 0 4A 42 15 162 3A 32
Octal 312 65 104 0 112 102 25 542 72 62
Binary 11001010 110101 1000100 0 1001010 1000010 10101 101100010 111010 110010

Color Harmonies of #CA3544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3544

Black with #CA3544

Text Example


Text Example

White with #CA3544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3544; }

 p { color: rgb(202,53,68); }

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

background-color css

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

 a { background-color: rgb(202,53,68); }

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

border-color css

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

 span { border-color: rgb(202,53,68); }

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