Html Css Color HEX #C6303C Brick Red

📋 copy color: '#C6303C'

red 198 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #C6303C

Tints of Brick Red #C6303C

RGB

 RED value IS 198 (77.73% from 255) = 64.71%

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 64.71%
G = 15.69%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6303C (or 0xC6303C) is known color: Brick Red. HEX triplet: C6, 30 and 3C. RGB value is (198,48,60). Sum of RGB (Red+Green+Blue) = 198+48+60=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6303C is #39CFC3. Grayscale: #5E5E5E. Windows color (decimal): -3788740 or 3944646. OLE color: 3944646.

HSL color Cylindrical-coordinate representation of color #C6303C: hue angle of 355.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6303C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 60 -
CMYK 0 0.76 0.70 0.22
HSL 355.2º 0.61% 0.48% -
HSV(B) 355.2º 0.76% 0.78% -
XYZ 25.16 14.45 5.74 -
YUV 94.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 198 48 60 0 0.76 0.70 0.22 355.2 0.61 0.48
Hex C6 30 3C 0 4C 46 16 163 3D 30
Octal 306 60 74 0 114 106 26 543 75 60
Binary 11000110 110000 111100 0 1001100 1000110 10110 101100011 111101 110000

Color Harmonies of #C6303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6303C

Black with #C6303C

Text Example


Text Example

White with #C6303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6303C; }

 p { color: rgb(198,48,60); }

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

background-color css

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

 a { background-color: rgb(198,48,60); }

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

border-color css

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

 span { border-color: rgb(198,48,60); }

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