Html Css Color HEX #C0323D Brick Red

📋 copy color: '#C0323D'

red 192 ◦ green 50 ◦ blue 61

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

Shades of Brick Red #C0323D

Tints of Brick Red #C0323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 63.37%
G = 16.5%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0323D (or 0xC0323D) is known color: Brick Red. HEX triplet: C0, 32 and 3D. RGB value is (192,50,61). Sum of RGB (Red+Green+Blue) = 192+50+61=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0323D is #3FCDC2. Grayscale: #5D5D5D. Windows color (decimal): -4181443 or 4010688. OLE color: 4010688.

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

Color convert

RGB 192 50 61 -
CMYK 0 0.74 0.68 0.25
HSL 355.35º 0.59% 0.47% -
HSV(B) 355.35º 0.74% 0.75% -
XYZ 23.72 13.82 5.83 -
YUV 93.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 192 50 61 0 0.74 0.68 0.25 355.35 0.59 0.47
Hex C0 32 3D 0 4A 44 19 163 3B 2F
Octal 300 62 75 0 112 104 31 543 73 57
Binary 11000000 110010 111101 0 1001010 1000100 11001 101100011 111011 101111

Color Harmonies of #C0323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0323D

Black with #C0323D

Text Example


Text Example

White with #C0323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0323D; }

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

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

background-color css

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

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

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

border-color css

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

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

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