#CA3848

Color #CA3848 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CA3848

Tints of Brick Red #CA3848

Color information

#CA3848 (or 0xCA3848) is unknown color: approx Brick Red. HEX triplet: CA, 38 and 48. RGB value is (202,56,72). Sum of RGB (Red+Green+Blue) = 202+56+72=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3848 is #35C7B7. Grayscale: #656565. Windows color (decimal): -3524536 or 4733130. OLE color: 4733130.

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

Color convert

RGB2025672-
CMYK00.720.640.21
HSL353.42º57.94%50.59%-
HSV(B)353.42º72.28%79.22%-
XYZ26.9415.857.77-
YUV101.48111.37199.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=61.21%
G=16.97%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202567200.720.640.21353.4257.9450.59
HexCA384804840151613a33
Octal312701100110100255417263
Binary11001010111000100100001001000100000010101101100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3848; }

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

 H1.HeaderClassName
 {
   color: #CA3848;
 }
 .AnyTagClassName
 {
   color: #CA3848;
 }
</style>
background-color css

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

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

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

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

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

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