Html Css Color HEX #CC3846 Brick Red

📋 copy color: '#CC3846'

red 204 ◦ green 56 ◦ blue 70

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

Shades of Brick Red #CC3846

Tints of Brick Red #CC3846

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

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

R = 61.82%
G = 16.97%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC3846 (or 0xCC3846) is known color: Brick Red. HEX triplet: CC, 38 and 46. RGB value is (204,56,70). Sum of RGB (Red+Green+Blue) = 204+56+70=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3846 is #33C7B9. Grayscale: #656565. Windows color (decimal): -3393466 or 4602060. OLE color: 4602060.

HSL color Cylindrical-coordinate representation of color #CC3846: hue angle of 354.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3846 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 70 -
CMYK 0 0.73 0.66 0.2
HSL 354.32º 0.59% 0.51% -
HSV(B) 354.32º 0.73% 0.8% -
XYZ 27.42 16.11 7.46 -
YUV 101.85 110.03 200.86 -
System Red Green Blue C M Y K H S L
Decimal 204 56 70 0 0.73 0.66 0.2 354.32 0.59 0.51
Hex CC 38 46 0 49 42 14 162 3B 33
Octal 314 70 106 0 111 102 24 542 73 63
Binary 11001100 111000 1000110 0 1001001 1000010 10100 101100010 111011 110011

Color Harmonies of #CC3846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3846

Black with #CC3846

Text Example


Text Example

White with #CC3846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3846; }

 p { color: rgb(204,56,70); }

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

background-color css

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

 a { background-color: rgb(204,56,70); }

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

border-color css

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

 span { border-color: rgb(204,56,70); }

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