Html Css Color HEX #CA4149 Brick Red

📋 copy color: '#CA4149'

red 202 ◦ green 65 ◦ blue 73

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

Shades of Brick Red #CA4149

Tints of Brick Red #CA4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

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

R = 59.41%
G = 19.12%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4149 (or 0xCA4149) is known color: Brick Red. HEX triplet: CA, 41 and 49. RGB value is (202,65,73). Sum of RGB (Red+Green+Blue) = 202+65+73=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4149 is #35BEB6. Grayscale: #6A6A6A. Windows color (decimal): -3522231 or 4800970. OLE color: 4800970.

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

Color convert

RGB 202 65 73 -
CMYK 0 0.68 0.64 0.21
HSL 356.5º 0.56% 0.52% -
HSV(B) 356.5º 0.68% 0.79% -
XYZ 27.45 16.82 8.1 -
YUV 106.88 108.89 195.85 -
System Red Green Blue C M Y K H S L
Decimal 202 65 73 0 0.68 0.64 0.21 356.5 0.56 0.52
Hex CA 41 49 0 44 40 15 164 38 34
Octal 312 101 111 0 104 100 25 544 70 64
Binary 11001010 1000001 1001001 0 1000100 1000000 10101 101100100 111000 110100

Color Harmonies of #CA4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4149

Black with #CA4149

Text Example


Text Example

White with #CA4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4149; }

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

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

background-color css

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

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

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

border-color css

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

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

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