Html Css Color HEX #C0353F Brick Red

📋 copy color: '#C0353F'

red 192 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #C0353F

Tints of Brick Red #C0353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.21%

 BLUE value IS 63 (25% from 255) = 20.45%

R = 62.34%
G = 17.21%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0353F (or 0xC0353F) is known color: Brick Red. HEX triplet: C0, 35 and 3F. RGB value is (192,53,63). Sum of RGB (Red+Green+Blue) = 192+53+63=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0353F is #3FCAC0. Grayscale: #5F5F5F. Windows color (decimal): -4180673 or 4142528. OLE color: 4142528.

HSL color Cylindrical-coordinate representation of color #C0353F: hue angle of 355.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0353F is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 63 -
CMYK 0 0.72 0.67 0.25
HSL 355.68º 0.57% 0.48% -
HSV(B) 355.68º 0.72% 0.75% -
XYZ 23.91 14.11 6.17 -
YUV 95.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 192 53 63 0 0.72 0.67 0.25 355.68 0.57 0.48
Hex C0 35 3F 0 48 43 19 164 39 30
Octal 300 65 77 0 110 103 31 544 71 60
Binary 11000000 110101 111111 0 1001000 1000011 11001 101100100 111001 110000

Color Harmonies of #C0353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0353F

Black with #C0353F

Text Example


Text Example

White with #C0353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0353F; }

 p { color: rgb(192,53,63); }

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

background-color css

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

 a { background-color: rgb(192,53,63); }

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

border-color css

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

 span { border-color: rgb(192,53,63); }

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