Html Css Color HEX #CA3543 Brick Red

📋 copy color: '#CA3543'

red 202 ◦ green 53 ◦ blue 67

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

Shades of Brick Red #CA3543

Tints of Brick Red #CA3543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.46%

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

R = 62.73%
G = 16.46%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA3543 (or 0xCA3543) is known color: Brick Red. HEX triplet: CA, 35 and 43. RGB value is (202,53,67). Sum of RGB (Red+Green+Blue) = 202+53+67=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3543 is #35CABC. Grayscale: #636363. Windows color (decimal): -3525309 or 4404682. OLE color: 4404682.

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

Color convert

RGB 202 53 67 -
CMYK 0 0.74 0.67 0.21
HSL 354.36º 0.58% 0.5% -
HSV(B) 354.36º 0.74% 0.79% -
XYZ 26.64 15.51 6.9 -
YUV 99.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 202 53 67 0 0.74 0.67 0.21 354.36 0.58 0.5
Hex CA 35 43 0 4A 43 15 162 3A 32
Octal 312 65 103 0 112 103 25 542 72 62
Binary 11001010 110101 1000011 0 1001010 1000011 10101 101100010 111010 110010

Color Harmonies of #CA3543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3543

Black with #CA3543

Text Example


Text Example

White with #CA3543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3543; }

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

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

background-color css

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

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

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

border-color css

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

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

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