Html Css Color HEX #CA353F Brick Red

📋 copy color: '#CA353F'

red 202 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #CA353F

Tints of Brick Red #CA353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 63.52%
G = 16.67%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA353F (or 0xCA353F) is known color: Brick Red. HEX triplet: CA, 35 and 3F. RGB value is (202,53,63). Sum of RGB (Red+Green+Blue) = 202+53+63=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA353F is #35CAC0. Grayscale: #626262. Windows color (decimal): -3525313 or 4142538. OLE color: 4142538.

HSL color Cylindrical-coordinate representation of color #CA353F: hue angle of 355.97º 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 #CA353F is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 53 63 -
CMYK 0 0.74 0.69 0.21
HSL 355.97º 0.58% 0.5% -
HSV(B) 355.97º 0.74% 0.79% -
XYZ 26.53 15.46 6.29 -
YUV 98.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 202 53 63 0 0.74 0.69 0.21 355.97 0.58 0.5
Hex CA 35 3F 0 4A 45 15 164 3A 32
Octal 312 65 77 0 112 105 25 544 72 62
Binary 11001010 110101 111111 0 1001010 1000101 10101 101100100 111010 110010

Color Harmonies of #CA353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA353F

Black with #CA353F

Text Example


Text Example

White with #CA353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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