Html Css Color HEX #CA4048 Brick Red

📋 copy color: '#CA4048'

red 202 ◦ green 64 ◦ blue 72

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

Shades of Brick Red #CA4048

Tints of Brick Red #CA4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.93%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 59.76%
G = 18.93%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA4048 (or 0xCA4048) is known color: Brick Red. HEX triplet: CA, 40 and 48. RGB value is (202,64,72). Sum of RGB (Red+Green+Blue) = 202+64+72=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4048 is #35BFB7. Grayscale: #6A6A6A. Windows color (decimal): -3522488 or 4735178. OLE color: 4735178.

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

Color convert

RGB 202 64 72 -
CMYK 0 0.68 0.64 0.21
HSL 356.52º 0.57% 0.52% -
HSV(B) 356.52º 0.68% 0.79% -
XYZ 27.36 16.69 7.91 -
YUV 106.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 202 64 72 0 0.68 0.64 0.21 356.52 0.57 0.52
Hex CA 40 48 0 44 40 15 165 39 34
Octal 312 100 110 0 104 100 25 545 71 64
Binary 11001010 1000000 1001000 0 1000100 1000000 10101 101100101 111001 110100

Color Harmonies of #CA4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4048

Black with #CA4048

Text Example


Text Example

White with #CA4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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