Html Css Color HEX #CA3849 Brick Red

📋 copy color: '#CA3849'

red 202 ◦ green 56 ◦ blue 73

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

Shades of Brick Red #CA3849

Tints of Brick Red #CA3849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.92%

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

R = 61.03%
G = 16.92%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA3849 (or 0xCA3849) is known color: Brick Red. HEX triplet: CA, 38 and 49. RGB value is (202,56,73). Sum of RGB (Red+Green+Blue) = 202+56+73=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3849 is #35C7B6. Grayscale: #656565. Windows color (decimal): -3524535 or 4798666. OLE color: 4798666.

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

Color convert

RGB 202 56 73 -
CMYK 0 0.72 0.64 0.21
HSL 353.01º 0.58% 0.51% -
HSV(B) 353.01º 0.72% 0.79% -
XYZ 26.97 15.87 7.94 -
YUV 101.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 202 56 73 0 0.72 0.64 0.21 353.01 0.58 0.51
Hex CA 38 49 0 48 40 15 161 3A 33
Octal 312 70 111 0 110 100 25 541 72 63
Binary 11001010 111000 1001001 0 1001000 1000000 10101 101100001 111010 110011

Color Harmonies of #CA3849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3849

Black with #CA3849

Text Example


Text Example

White with #CA3849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3849; }

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

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

background-color css

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

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

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

border-color css

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

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

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