Html Css Color HEX #C23446 Brick Red

📋 copy color: '#C23446'

red 194 ◦ green 52 ◦ blue 70

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

Shades of Brick Red #C23446

Tints of Brick Red #C23446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 61.39%
G = 16.46%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23446 (or 0xC23446) is known color: Brick Red. HEX triplet: C2, 34 and 46. RGB value is (194,52,70). Sum of RGB (Red+Green+Blue) = 194+52+70=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C23446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23446 is #3DCBB9. Grayscale: #606060. Windows color (decimal): -4049850 or 4601026. OLE color: 4601026.

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

Color convert

RGB 194 52 70 -
CMYK 0 0.73 0.64 0.24
HSL 352.39º 0.58% 0.48% -
HSV(B) 352.39º 0.73% 0.76% -
XYZ 24.58 14.37 7.27 -
YUV 96.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 194 52 70 0 0.73 0.64 0.24 352.39 0.58 0.48
Hex C2 34 46 0 49 40 18 160 3A 30
Octal 302 64 106 0 111 100 30 540 72 60
Binary 11000010 110100 1000110 0 1001001 1000000 11000 101100000 111010 110000

Color Harmonies of #C23446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23446

Black with #C23446

Text Example


Text Example

White with #C23446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23446; }

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

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

background-color css

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

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

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

border-color css

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

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

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