Html Css Color HEX #C6273C Brick Red

📋 copy color: '#C6273C'

red 198 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #C6273C

Tints of Brick Red #C6273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 66.67%
G = 13.13%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6273C (or 0xC6273C) is known color: Brick Red. HEX triplet: C6, 27 and 3C. RGB value is (198,39,60). Sum of RGB (Red+Green+Blue) = 198+39+60=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C6273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6273C is #39D8C3. Grayscale: #595959. Windows color (decimal): -3791044 or 3942342. OLE color: 3942342.

HSL color Cylindrical-coordinate representation of color #C6273C: hue angle of 352.08º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C6273C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 60 -
CMYK 0 0.80 0.70 0.22
HSL 352.08º 0.67% 0.46% -
HSV(B) 352.08º 0.8% 0.78% -
XYZ 24.83 13.78 5.63 -
YUV 88.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 198 39 60 0 0.80 0.70 0.22 352.08 0.67 0.46
Hex C6 27 3C 0 50 46 16 160 43 2E
Octal 306 47 74 0 120 106 26 540 103 56
Binary 11000110 100111 111100 0 1010000 1000110 10110 101100000 1000011 101110

Color Harmonies of #C6273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6273C

Black with #C6273C

Text Example


Text Example

White with #C6273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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