Html Css Color HEX #CA2645 Brick Red

📋 copy color: '#CA2645'

red 202 ◦ green 38 ◦ blue 69

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

Shades of Brick Red #CA2645

Tints of Brick Red #CA2645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.3%

 BLUE value IS 69 (27.34% from 255) = 22.33%

R = 65.37%
G = 12.3%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2645 (or 0xCA2645) is known color: Brick Red. HEX triplet: CA, 26 and 45. RGB value is (202,38,69). Sum of RGB (Red+Green+Blue) = 202+38+69=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2645 is #35D9BA. Grayscale: #5A5A5A. Windows color (decimal): -3529147 or 4531914. OLE color: 4531914.

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

Color convert

RGB 202 38 69 -
CMYK 0 0.81 0.66 0.21
HSL 348.66º 0.68% 0.47% -
HSV(B) 348.66º 0.81% 0.79% -
XYZ 26.12 14.37 7.03 -
YUV 90.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 202 38 69 0 0.81 0.66 0.21 348.66 0.68 0.47
Hex CA 26 45 0 51 42 15 15D 44 2F
Octal 312 46 105 0 121 102 25 535 104 57
Binary 11001010 100110 1000101 0 1010001 1000010 10101 101011101 1000100 101111

Color Harmonies of #CA2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2645

Black with #CA2645

Text Example


Text Example

White with #CA2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2645; }

 p { color: rgb(202,38,69); }

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

background-color css

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

 a { background-color: rgb(202,38,69); }

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

border-color css

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

 span { border-color: rgb(202,38,69); }

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