Html Css Color HEX #CA2943 Brick Red

📋 copy color: '#CA2943'

red 202 ◦ green 41 ◦ blue 67

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

Shades of Brick Red #CA2943

Tints of Brick Red #CA2943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 65.16%
G = 13.23%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA2943 (or 0xCA2943) is known color: Brick Red. HEX triplet: CA, 29 and 43. RGB value is (202,41,67). Sum of RGB (Red+Green+Blue) = 202+41+67=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2943 is #35D6BC. Grayscale: #5C5C5C. Windows color (decimal): -3528381 or 4401610. OLE color: 4401610.

HSL color Cylindrical-coordinate representation of color #CA2943: hue angle of 350.31º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2943 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 67 -
CMYK 0 0.80 0.67 0.21
HSL 350.31º 0.66% 0.48% -
HSV(B) 350.31º 0.8% 0.79% -
XYZ 26.16 14.55 6.74 -
YUV 92.1 113.84 206.39 -
System Red Green Blue C M Y K H S L
Decimal 202 41 67 0 0.80 0.67 0.21 350.31 0.66 0.48
Hex CA 29 43 0 50 43 15 15E 42 30
Octal 312 51 103 0 120 103 25 536 102 60
Binary 11001010 101001 1000011 0 1010000 1000011 10101 101011110 1000010 110000

Color Harmonies of #CA2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2943

Black with #CA2943

Text Example


Text Example

White with #CA2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2943; }

 p { color: rgb(202,41,67); }

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

background-color css

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

 a { background-color: rgb(202,41,67); }

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

border-color css

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

 span { border-color: rgb(202,41,67); }

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