Html Css Color HEX #C23246 Brick Red

📋 copy color: '#C23246'

red 194 ◦ green 50 ◦ blue 70

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

Shades of Brick Red #C23246

Tints of Brick Red #C23246

RGB

 RED value IS 194 (76.17% from 255) = 61.78%

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 61.78%
G = 15.92%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23246 (or 0xC23246) is known color: Brick Red. HEX triplet: C2, 32 and 46. RGB value is (194,50,70). Sum of RGB (Red+Green+Blue) = 194+50+70=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C23246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23246 is #3DCDB9. Grayscale: #5F5F5F. Windows color (decimal): -4050362 or 4600514. OLE color: 4600514.

HSL color Cylindrical-coordinate representation of color #C23246: hue angle of 351.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23246 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 70 -
CMYK 0 0.74 0.64 0.24
HSL 351.67º 0.59% 0.48% -
HSV(B) 351.67º 0.74% 0.76% -
XYZ 24.49 14.19 7.24 -
YUV 95.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 194 50 70 0 0.74 0.64 0.24 351.67 0.59 0.48
Hex C2 32 46 0 4A 40 18 160 3B 30
Octal 302 62 106 0 112 100 30 540 73 60
Binary 11000010 110010 1000110 0 1001010 1000000 11000 101100000 111011 110000

Color Harmonies of #C23246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23246

Black with #C23246

Text Example


Text Example

White with #C23246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23246; }

 p { color: rgb(194,50,70); }

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

background-color css

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

 a { background-color: rgb(194,50,70); }

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

border-color css

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

 span { border-color: rgb(194,50,70); }

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