Html Css Color HEX #CA2546 Brick Red

📋 copy color: '#CA2546'

red 202 ◦ green 37 ◦ blue 70

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

Shades of Brick Red #CA2546

Tints of Brick Red #CA2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 65.37%
G = 11.97%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2546 (or 0xCA2546) is known color: Brick Red. HEX triplet: CA, 25 and 46. RGB value is (202,37,70). Sum of RGB (Red+Green+Blue) = 202+37+70=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2546 is #35DAB9. Grayscale: #5A5A5A. Windows color (decimal): -3529402 or 4597194. OLE color: 4597194.

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

Color convert

RGB 202 37 70 -
CMYK 0 0.82 0.65 0.21
HSL 348º 0.69% 0.47% -
HSV(B) 348º 0.82% 0.79% -
XYZ 26.12 14.32 7.18 -
YUV 90.1 116.66 207.82 -
System Red Green Blue C M Y K H S L
Decimal 202 37 70 0 0.82 0.65 0.21 348 0.69 0.47
Hex CA 25 46 0 52 41 15 15C 45 2F
Octal 312 45 106 0 122 101 25 534 105 57
Binary 11001010 100101 1000110 0 1010010 1000001 10101 101011100 1000101 101111

Color Harmonies of #CA2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2546

Black with #CA2546

Text Example


Text Example

White with #CA2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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