Html Css Color HEX #CA2B44 Brick Red

📋 copy color: '#CA2B44'

red 202 ◦ green 43 ◦ blue 68

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

Shades of Brick Red #CA2B44

Tints of Brick Red #CA2B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.74%

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

R = 64.54%
G = 13.74%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA2B44 (or 0xCA2B44) is known color: Brick Red. HEX triplet: CA, 2B and 44. RGB value is (202,43,68). Sum of RGB (Red+Green+Blue) = 202+43+68=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2B44 is #35D4BB. Grayscale: #5D5D5D. Windows color (decimal): -3527868 or 4467658. OLE color: 4467658.

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

Color convert

RGB 202 43 68 -
CMYK 0 0.79 0.66 0.21
HSL 350.57º 0.65% 0.48% -
HSV(B) 350.57º 0.79% 0.79% -
XYZ 26.26 14.7 6.92 -
YUV 93.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 202 43 68 0 0.79 0.66 0.21 350.57 0.65 0.48
Hex CA 2B 44 0 4F 42 15 15F 41 30
Octal 312 53 104 0 117 102 25 537 101 60
Binary 11001010 101011 1000100 0 1001111 1000010 10101 101011111 1000001 110000

Color Harmonies of #CA2B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B44

Black with #CA2B44

Text Example


Text Example

White with #CA2B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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