Html Css Color HEX #C0363E Brick Red

📋 copy color: '#C0363E'

red 192 ◦ green 54 ◦ blue 62

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

Shades of Brick Red #C0363E

Tints of Brick Red #C0363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 62.34%
G = 17.53%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0363E (or 0xC0363E) is known color: Brick Red. HEX triplet: C0, 36 and 3E. RGB value is (192,54,62). Sum of RGB (Red+Green+Blue) = 192+54+62=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0363E is #3FC9C1. Grayscale: #606060. Windows color (decimal): -4180418 or 4077248. OLE color: 4077248.

HSL color Cylindrical-coordinate representation of color #C0363E: hue angle of 356.52º degrees, saturation: 0.56, 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 #C0363E is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 62 -
CMYK 0 0.72 0.68 0.25
HSL 356.52º 0.56% 0.48% -
HSV(B) 356.52º 0.72% 0.75% -
XYZ 23.93 14.19 6.04 -
YUV 96.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 192 54 62 0 0.72 0.68 0.25 356.52 0.56 0.48
Hex C0 36 3E 0 48 44 19 165 38 30
Octal 300 66 76 0 110 104 31 545 70 60
Binary 11000000 110110 111110 0 1001000 1000100 11001 101100101 111000 110000

Color Harmonies of #C0363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0363E

Black with #C0363E

Text Example


Text Example

White with #C0363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0363E; }

 p { color: rgb(192,54,62); }

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

background-color css

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

 a { background-color: rgb(192,54,62); }

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

border-color css

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

 span { border-color: rgb(192,54,62); }

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