Html Css Color HEX #C6293C Brick Red

📋 copy color: '#C6293C'

red 198 ◦ green 41 ◦ blue 60

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

Shades of Brick Red #C6293C

Tints of Brick Red #C6293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 66.22%
G = 13.71%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6293C (or 0xC6293C) is known color: Brick Red. HEX triplet: C6, 29 and 3C. RGB value is (198,41,60). Sum of RGB (Red+Green+Blue) = 198+41+60=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6293C is #39D6C3. Grayscale: #5A5A5A. Windows color (decimal): -3790532 or 3942854. OLE color: 3942854.

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

Color convert

RGB 198 41 60 -
CMYK 0 0.79 0.70 0.22
HSL 352.74º 0.66% 0.47% -
HSV(B) 352.74º 0.79% 0.78% -
XYZ 24.9 13.92 5.65 -
YUV 90.11 111.01 204.96 -
System Red Green Blue C M Y K H S L
Decimal 198 41 60 0 0.79 0.70 0.22 352.74 0.66 0.47
Hex C6 29 3C 0 4F 46 16 161 42 2F
Octal 306 51 74 0 117 106 26 541 102 57
Binary 11000110 101001 111100 0 1001111 1000110 10110 101100001 1000010 101111

Color Harmonies of #C6293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6293C

Black with #C6293C

Text Example


Text Example

White with #C6293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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