Html Css Color HEX #CD3046 Brick Red

📋 copy color: '#CD3046'

red 205 ◦ green 48 ◦ blue 70

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

Shades of Brick Red #CD3046

Tints of Brick Red #CD3046

RGB

 RED value IS 205 (80.47% from 255) = 63.47%

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 63.47%
G = 14.86%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CD3046 (or 0xCD3046) is known color: Brick Red. HEX triplet: CD, 30 and 46. RGB value is (205,48,70). Sum of RGB (Red+Green+Blue) = 205+48+70=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3046 is #32CFB9. Grayscale: #616161. Windows color (decimal): -3329978 or 4600013. OLE color: 4600013.

HSL color Cylindrical-coordinate representation of color #CD3046: hue angle of 351.59º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD3046 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 48 70 -
CMYK 0 0.77 0.66 0.20
HSL 351.59º 0.62% 0.5% -
HSV(B) 351.59º 0.77% 0.8% -
XYZ 27.34 15.54 7.35 -
YUV 97.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 205 48 70 0 0.77 0.66 0.20 351.59 0.62 0.5
Hex CD 30 46 0 4D 42 14 160 3E 32
Octal 315 60 106 0 115 102 24 540 76 62
Binary 11001101 110000 1000110 0 1001101 1000010 10100 101100000 111110 110010

Color Harmonies of #CD3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3046

Black with #CD3046

Text Example


Text Example

White with #CD3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3046; }

 p { color: rgb(205,48,70); }

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

background-color css

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

 a { background-color: rgb(205,48,70); }

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

border-color css

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

 span { border-color: rgb(205,48,70); }

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