Html Css Color HEX #CA3644 Brick Red

📋 copy color: '#CA3644'

red 202 ◦ green 54 ◦ blue 68

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

Shades of Brick Red #CA3644

Tints of Brick Red #CA3644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 62.35%
G = 16.67%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA3644 (or 0xCA3644) is known color: Brick Red. HEX triplet: CA, 36 and 44. RGB value is (202,54,68). Sum of RGB (Red+Green+Blue) = 202+54+68=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3644 is #35C9BB. Grayscale: #636363. Windows color (decimal): -3525052 or 4470474. OLE color: 4470474.

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

Color convert

RGB 202 54 68 -
CMYK 0 0.73 0.66 0.21
HSL 354.32º 0.58% 0.5% -
HSV(B) 354.32º 0.73% 0.79% -
XYZ 26.72 15.61 7.07 -
YUV 99.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 202 54 68 0 0.73 0.66 0.21 354.32 0.58 0.5
Hex CA 36 44 0 49 42 15 162 3A 32
Octal 312 66 104 0 111 102 25 542 72 62
Binary 11001010 110110 1000100 0 1001001 1000010 10101 101100010 111010 110010

Color Harmonies of #CA3644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3644

Black with #CA3644

Text Example


Text Example

White with #CA3644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3644; }

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

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

background-color css

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

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

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

border-color css

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

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

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