Html Css Color HEX #CA3240 Brick Red

📋 copy color: '#CA3240'

red 202 ◦ green 50 ◦ blue 64

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

Shades of Brick Red #CA3240

Tints of Brick Red #CA3240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 63.92%
G = 15.82%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA3240 (or 0xCA3240) is known color: Brick Red. HEX triplet: CA, 32 and 40. RGB value is (202,50,64). Sum of RGB (Red+Green+Blue) = 202+50+64=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3240 is #35CDBF. Grayscale: #616161. Windows color (decimal): -3526080 or 4207306. OLE color: 4207306.

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

Color convert

RGB 202 50 64 -
CMYK 0 0.75 0.68 0.21
HSL 354.47º 0.6% 0.49% -
HSV(B) 354.47º 0.75% 0.79% -
XYZ 26.42 15.21 6.39 -
YUV 97.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 202 50 64 0 0.75 0.68 0.21 354.47 0.6 0.49
Hex CA 32 40 0 4B 44 15 162 3C 31
Octal 312 62 100 0 113 104 25 542 74 61
Binary 11001010 110010 1000000 0 1001011 1000100 10101 101100010 111100 110001

Color Harmonies of #CA3240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3240

Black with #CA3240

Text Example


Text Example

White with #CA3240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3240; }

 p { color: rgb(202,50,64); }

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

background-color css

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

 a { background-color: rgb(202,50,64); }

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

border-color css

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

 span { border-color: rgb(202,50,64); }

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