Html Css Color HEX #CA2746 Brick Red

📋 copy color: '#CA2746'

red 202 ◦ green 39 ◦ blue 70

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

Shades of Brick Red #CA2746

Tints of Brick Red #CA2746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 64.95%
G = 12.54%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2746 (or 0xCA2746) is known color: Brick Red. HEX triplet: CA, 27 and 46. RGB value is (202,39,70). Sum of RGB (Red+Green+Blue) = 202+39+70=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2746 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2746 is #35D8B9. Grayscale: #5B5B5B. Windows color (decimal): -3528890 or 4597706. OLE color: 4597706.

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

Color convert

RGB 202 39 70 -
CMYK 0 0.81 0.65 0.21
HSL 348.59º 0.68% 0.47% -
HSV(B) 348.59º 0.81% 0.79% -
XYZ 26.19 14.45 7.2 -
YUV 91.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 202 39 70 0 0.81 0.65 0.21 348.59 0.68 0.47
Hex CA 27 46 0 51 41 15 15D 44 2F
Octal 312 47 106 0 121 101 25 535 104 57
Binary 11001010 100111 1000110 0 1010001 1000001 10101 101011101 1000100 101111

Color Harmonies of #CA2746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2746

Black with #CA2746

Text Example


Text Example

White with #CA2746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2746; }

 p { color: rgb(202,39,70); }

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

background-color css

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

 a { background-color: rgb(202,39,70); }

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

border-color css

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

 span { border-color: rgb(202,39,70); }

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