Html Css Color HEX #CA2346 Brick Red

📋 copy color: '#CA2346'

red 202 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #CA2346

Tints of Brick Red #CA2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 65.8%
G = 11.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2346 (or 0xCA2346) is known color: Brick Red. HEX triplet: CA, 23 and 46. RGB value is (202,35,70). Sum of RGB (Red+Green+Blue) = 202+35+70=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2346 is #35DCB9. Grayscale: #585858. Windows color (decimal): -3529914 or 4596682. OLE color: 4596682.

HSL color Cylindrical-coordinate representation of color #CA2346: hue angle of 347.43º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2346 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 70 -
CMYK 0 0.83 0.65 0.21
HSL 347.43º 0.7% 0.46% -
HSV(B) 347.43º 0.83% 0.79% -
XYZ 26.06 14.2 7.16 -
YUV 88.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 202 35 70 0 0.83 0.65 0.21 347.43 0.7 0.46
Hex CA 23 46 0 53 41 15 15B 46 2E
Octal 312 43 106 0 123 101 25 533 106 56
Binary 11001010 100011 1000110 0 1010011 1000001 10101 101011011 1000110 101110

Color Harmonies of #CA2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2346

Black with #CA2346

Text Example


Text Example

White with #CA2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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