Html Css Color HEX #CA3546 Brick Red

📋 copy color: '#CA3546'

red 202 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #CA3546

Tints of Brick Red #CA3546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.54%

R = 62.15%
G = 16.31%
B = 21.54%

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

#CA3546 (or 0xCA3546) is known color: Brick Red. HEX triplet: CA, 35 and 46. RGB value is (202,53,70). Sum of RGB (Red+Green+Blue) = 202+53+70=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3546 is #35CAB9. Grayscale: #636363. Windows color (decimal): -3525306 or 4601290. OLE color: 4601290.

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

Color convert

RGB 202 53 70 -
CMYK 0 0.74 0.65 0.21
HSL 353.15º 0.58% 0.5% -
HSV(B) 353.15º 0.74% 0.79% -
XYZ 26.74 15.54 7.39 -
YUV 99.49 111.36 201.12 -
System Red Green Blue C M Y K H S L
Decimal 202 53 70 0 0.74 0.65 0.21 353.15 0.58 0.5
Hex CA 35 46 0 4A 41 15 161 3A 32
Octal 312 65 106 0 112 101 25 541 72 62
Binary 11001010 110101 1000110 0 1001010 1000001 10101 101100001 111010 110010

Color Harmonies of #CA3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3546

Black with #CA3546

Text Example


Text Example

White with #CA3546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3546; }

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

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

background-color css

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

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

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

border-color css

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

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

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