Html Css Color HEX #CA3145 Brick Red

📋 copy color: '#CA3145'

red 202 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #CA3145

Tints of Brick Red #CA3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 63.13%
G = 15.31%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA3145 (or 0xCA3145) is known color: Brick Red. HEX triplet: CA, 31 and 45. RGB value is (202,49,69). Sum of RGB (Red+Green+Blue) = 202+49+69=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3145 is #35CEBA. Grayscale: #616161. Windows color (decimal): -3526331 or 4534730. OLE color: 4534730.

HSL color Cylindrical-coordinate representation of color #CA3145: hue angle of 352.16º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3145 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 69 -
CMYK 0 0.76 0.66 0.21
HSL 352.16º 0.61% 0.49% -
HSV(B) 352.16º 0.76% 0.79% -
XYZ 26.53 15.18 7.16 -
YUV 97.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 202 49 69 0 0.76 0.66 0.21 352.16 0.61 0.49
Hex CA 31 45 0 4C 42 15 160 3D 31
Octal 312 61 105 0 114 102 25 540 75 61
Binary 11001010 110001 1000101 0 1001100 1000010 10101 101100000 111101 110001

Color Harmonies of #CA3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3145

Black with #CA3145

Text Example


Text Example

White with #CA3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3145; }

 p { color: rgb(202,49,69); }

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

background-color css

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

 a { background-color: rgb(202,49,69); }

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

border-color css

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

 span { border-color: rgb(202,49,69); }

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