Html Css Color HEX #CA3640 Brick Red

📋 copy color: '#CA3640'

red 202 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #CA3640

Tints of Brick Red #CA3640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 63.13%
G = 16.88%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA3640 (or 0xCA3640) is known color: Brick Red. HEX triplet: CA, 36 and 40. RGB value is (202,54,64). Sum of RGB (Red+Green+Blue) = 202+54+64=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3640 is #35C9BF. Grayscale: #636363. Windows color (decimal): -3525056 or 4208330. OLE color: 4208330.

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

Color convert

RGB 202 54 64 -
CMYK 0 0.73 0.68 0.21
HSL 355.95º 0.58% 0.5% -
HSV(B) 355.95º 0.73% 0.79% -
XYZ 26.6 15.57 6.45 -
YUV 99.39 108.03 201.19 -
System Red Green Blue C M Y K H S L
Decimal 202 54 64 0 0.73 0.68 0.21 355.95 0.58 0.5
Hex CA 36 40 0 49 44 15 164 3A 32
Octal 312 66 100 0 111 104 25 544 72 62
Binary 11001010 110110 1000000 0 1001001 1000100 10101 101100100 111010 110010

Color Harmonies of #CA3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3640

Black with #CA3640

Text Example


Text Example

White with #CA3640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3640; }

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

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

background-color css

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

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

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

border-color css

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

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

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