Html Css Color HEX #CC304B Brick Red

📋 copy color: '#CC304B'

red 204 ◦ green 48 ◦ blue 75

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

Shades of Brick Red #CC304B

Tints of Brick Red #CC304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 62.39%
G = 14.68%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC304B (or 0xCC304B) is known color: Brick Red. HEX triplet: CC, 30 and 4B. RGB value is (204,48,75). Sum of RGB (Red+Green+Blue) = 204+48+75=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC304B is #33CFB4. Grayscale: #616161. Windows color (decimal): -3395509 or 4927692. OLE color: 4927692.

HSL color Cylindrical-coordinate representation of color #CC304B: hue angle of 349.62º 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 #CC304B is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 75 -
CMYK 0 0.76 0.63 0.2
HSL 349.62º 0.62% 0.49% -
HSV(B) 349.62º 0.76% 0.8% -
XYZ 27.23 15.46 8.21 -
YUV 97.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 204 48 75 0 0.76 0.63 0.2 349.62 0.62 0.49
Hex CC 30 4B 0 4C 3F 14 15E 3E 31
Octal 314 60 113 0 114 77 24 536 76 61
Binary 11001100 110000 1001011 0 1001100 111111 10100 101011110 111110 110001

Color Harmonies of #CC304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC304B

Black with #CC304B

Text Example


Text Example

White with #CC304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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