Html Css Color HEX #C1273C Brick Red

📋 copy color: '#C1273C'

red 193 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #C1273C

Tints of Brick Red #C1273C

RGB

 RED value IS 193 (75.78% from 255) = 66.1%

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

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

R = 66.1%
G = 13.36%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1273C (or 0xC1273C) is known color: Brick Red. HEX triplet: C1, 27 and 3C. RGB value is (193,39,60). Sum of RGB (Red+Green+Blue) = 193+39+60=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1273C is #3ED8C3. Grayscale: #575757. Windows color (decimal): -4118724 or 3942337. OLE color: 3942337.

HSL color Cylindrical-coordinate representation of color #C1273C: hue angle of 351.82º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1273C is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 60 -
CMYK 0 0.80 0.69 0.24
HSL 351.82º 0.66% 0.45% -
HSV(B) 351.82º 0.8% 0.76% -
XYZ 23.53 13.11 5.57 -
YUV 87.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 193 39 60 0 0.80 0.69 0.24 351.82 0.66 0.45
Hex C1 27 3C 0 50 45 18 160 42 2D
Octal 301 47 74 0 120 105 30 540 102 55
Binary 11000001 100111 111100 0 1010000 1000101 11000 101100000 1000010 101101

Color Harmonies of #C1273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1273C

Black with #C1273C

Text Example


Text Example

White with #C1273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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