Html Css Color HEX #CA3547 Brick Red

📋 copy color: '#CA3547'

red 202 ◦ green 53 ◦ blue 71

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

Shades of Brick Red #CA3547

Tints of Brick Red #CA3547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 61.96%
G = 16.26%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA3547 (or 0xCA3547) is known color: Brick Red. HEX triplet: CA, 35 and 47. RGB value is (202,53,71). Sum of RGB (Red+Green+Blue) = 202+53+71=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3547 is #35CAB8. Grayscale: #636363. Windows color (decimal): -3525305 or 4666826. OLE color: 4666826.

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

Color convert

RGB 202 53 71 -
CMYK 0 0.74 0.65 0.21
HSL 352.75º 0.58% 0.5% -
HSV(B) 352.75º 0.74% 0.79% -
XYZ 26.77 15.56 7.55 -
YUV 99.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 202 53 71 0 0.74 0.65 0.21 352.75 0.58 0.5
Hex CA 35 47 0 4A 41 15 161 3A 32
Octal 312 65 107 0 112 101 25 541 72 62
Binary 11001010 110101 1000111 0 1001010 1000001 10101 101100001 111010 110010

Color Harmonies of #CA3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3547

Black with #CA3547

Text Example


Text Example

White with #CA3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3547; }

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

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

background-color css

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

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

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

border-color css

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

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

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