Html Css Color HEX #CC3044 Brick Red

📋 copy color: '#CC3044'

red 204 ◦ green 48 ◦ blue 68

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

Shades of Brick Red #CC3044

Tints of Brick Red #CC3044

RGB

 RED value IS 204 (80.08% from 255) = 63.75%

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

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

R = 63.75%
G = 15%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC3044 (or 0xCC3044) is known color: Brick Red. HEX triplet: CC, 30 and 44. RGB value is (204,48,68). Sum of RGB (Red+Green+Blue) = 204+48+68=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3044 is #33CFBB. Grayscale: #616161. Windows color (decimal): -3395516 or 4468940. OLE color: 4468940.

HSL color Cylindrical-coordinate representation of color #CC3044: hue angle of 352.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3044 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 68 -
CMYK 0 0.76 0.67 0.2
HSL 352.31º 0.62% 0.49% -
HSV(B) 352.31º 0.76% 0.8% -
XYZ 27 15.37 7.01 -
YUV 96.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 204 48 68 0 0.76 0.67 0.2 352.31 0.62 0.49
Hex CC 30 44 0 4C 43 14 160 3E 31
Octal 314 60 104 0 114 103 24 540 76 61
Binary 11001100 110000 1000100 0 1001100 1000011 10100 101100000 111110 110001

Color Harmonies of #CC3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3044

Black with #CC3044

Text Example


Text Example

White with #CC3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3044; }

 p { color: rgb(204,48,68); }

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

background-color css

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

 a { background-color: rgb(204,48,68); }

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

border-color css

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

 span { border-color: rgb(204,48,68); }

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