Html Css Color HEX #C6273B Brick Red

📋 copy color: '#C6273B'

red 198 ◦ green 39 ◦ blue 59

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

Shades of Brick Red #C6273B

Tints of Brick Red #C6273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 66.89%
G = 13.18%
B = 19.93%

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

#C6273B (or 0xC6273B) is known color: Brick Red. HEX triplet: C6, 27 and 3B. RGB value is (198,39,59). Sum of RGB (Red+Green+Blue) = 198+39+59=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6273B is #39D8C4. Grayscale: #585858. Windows color (decimal): -3791045 or 3876806. OLE color: 3876806.

HSL color Cylindrical-coordinate representation of color #C6273B: hue angle of 352.45º 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 #C6273B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 59 -
CMYK 0 0.80 0.70 0.22
HSL 352.45º 0.67% 0.46% -
HSV(B) 352.45º 0.8% 0.78% -
XYZ 24.8 13.77 5.49 -
YUV 88.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 198 39 59 0 0.80 0.70 0.22 352.45 0.67 0.46
Hex C6 27 3B 0 50 46 16 160 43 2E
Octal 306 47 73 0 120 106 26 540 103 56
Binary 11000110 100111 111011 0 1010000 1000110 10110 101100000 1000011 101110

Color Harmonies of #C6273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6273B

Black with #C6273B

Text Example


Text Example

White with #C6273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6273B; }

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

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

background-color css

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

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

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

border-color css

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

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

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