Html Css Color HEX #C0323B Brick Red

📋 copy color: '#C0323B'

red 192 ◦ green 50 ◦ blue 59

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

Shades of Brick Red #C0323B

Tints of Brick Red #C0323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 63.79%
G = 16.61%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0323B (or 0xC0323B) is known color: Brick Red. HEX triplet: C0, 32 and 3B. RGB value is (192,50,59). Sum of RGB (Red+Green+Blue) = 192+50+59=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0323B is #3FCDC4. Grayscale: #5D5D5D. Windows color (decimal): -4181445 or 3879616. OLE color: 3879616.

HSL color Cylindrical-coordinate representation of color #C0323B: hue angle of 356.2º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0323B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 59 -
CMYK 0 0.74 0.69 0.25
HSL 356.2º 0.59% 0.47% -
HSV(B) 356.2º 0.74% 0.75% -
XYZ 23.67 13.8 5.55 -
YUV 93.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 192 50 59 0 0.74 0.69 0.25 356.2 0.59 0.47
Hex C0 32 3B 0 4A 45 19 164 3B 2F
Octal 300 62 73 0 112 105 31 544 73 57
Binary 11000000 110010 111011 0 1001010 1000101 11001 101100100 111011 101111

Color Harmonies of #C0323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0323B

Black with #C0323B

Text Example


Text Example

White with #C0323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0323B; }

 p { color: rgb(192,50,59); }

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

background-color css

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

 a { background-color: rgb(192,50,59); }

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

border-color css

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

 span { border-color: rgb(192,50,59); }

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