Html Css Color HEX #CA3D49 Brick Red

📋 copy color: '#CA3D49'

red 202 ◦ green 61 ◦ blue 73

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

Shades of Brick Red #CA3D49

Tints of Brick Red #CA3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.15%

 BLUE value IS 73 (28.91% from 255) = 21.73%

R = 60.12%
G = 18.15%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA3D49 (or 0xCA3D49) is known color: Brick Red. HEX triplet: CA, 3D and 49. RGB value is (202,61,73). Sum of RGB (Red+Green+Blue) = 202+61+73=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 61 (24.22% from 255 or 18.15% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3D49 is #35C2B6. Grayscale: #686868. Windows color (decimal): -3523255 or 4799946. OLE color: 4799946.

HSL color Cylindrical-coordinate representation of color #CA3D49: hue angle of 354.89º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3D49 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 61 73 -
CMYK 0 0.70 0.64 0.21
HSL 354.89º 0.57% 0.52% -
HSV(B) 354.89º 0.7% 0.79% -
XYZ 27.23 16.38 8.03 -
YUV 104.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 202 61 73 0 0.70 0.64 0.21 354.89 0.57 0.52
Hex CA 3D 49 0 46 40 15 163 39 34
Octal 312 75 111 0 106 100 25 543 71 64
Binary 11001010 111101 1001001 0 1000110 1000000 10101 101100011 111001 110100

Color Harmonies of #CA3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3D49

Black with #CA3D49

Text Example


Text Example

White with #CA3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3D49; }

 p { color: rgb(202,61,73); }

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

background-color css

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

 a { background-color: rgb(202,61,73); }

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

border-color css

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

 span { border-color: rgb(202,61,73); }

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