Html Css Color HEX #C0273C Brick Red

📋 copy color: '#C0273C'

red 192 ◦ green 39 ◦ blue 60

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

Shades of Brick Red #C0273C

Tints of Brick Red #C0273C

RGB

 RED value IS 192 (75.39% from 255) = 65.98%

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

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

R = 65.98%
G = 13.4%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0273C (or 0xC0273C) is known color: Brick Red. HEX triplet: C0, 27 and 3C. RGB value is (192,39,60). Sum of RGB (Red+Green+Blue) = 192+39+60=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0273C is #3FD8C3. Grayscale: #575757. Windows color (decimal): -4184260 or 3942336. OLE color: 3942336.

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

Color convert

RGB 192 39 60 -
CMYK 0 0.80 0.69 0.25
HSL 351.76º 0.66% 0.45% -
HSV(B) 351.76º 0.8% 0.75% -
XYZ 23.28 12.98 5.55 -
YUV 87.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 192 39 60 0 0.80 0.69 0.25 351.76 0.66 0.45
Hex C0 27 3C 0 50 45 19 160 42 2D
Octal 300 47 74 0 120 105 31 540 102 55
Binary 11000000 100111 111100 0 1010000 1000101 11001 101100000 1000010 101101

Color Harmonies of #C0273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0273C

Black with #C0273C

Text Example


Text Example

White with #C0273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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