Html Css Color HEX #C23546 Brick Red

📋 copy color: '#C23546'

red 194 ◦ green 53 ◦ blue 70

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

Shades of Brick Red #C23546

Tints of Brick Red #C23546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 61.2%
G = 16.72%
B = 22.08%

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

#C23546 (or 0xC23546) is known color: Brick Red. HEX triplet: C2, 35 and 46. RGB value is (194,53,70). Sum of RGB (Red+Green+Blue) = 194+53+70=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23546 is #3DCAB9. Grayscale: #616161. Windows color (decimal): -4049594 or 4601282. OLE color: 4601282.

HSL color Cylindrical-coordinate representation of color #C23546: hue angle of 352.77º degrees, saturation: 0.57, 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 #C23546 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 70 -
CMYK 0 0.73 0.64 0.24
HSL 352.77º 0.57% 0.48% -
HSV(B) 352.77º 0.73% 0.76% -
XYZ 24.63 14.46 7.29 -
YUV 97.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 194 53 70 0 0.73 0.64 0.24 352.77 0.57 0.48
Hex C2 35 46 0 49 40 18 161 39 30
Octal 302 65 106 0 111 100 30 541 71 60
Binary 11000010 110101 1000110 0 1001001 1000000 11000 101100001 111001 110000

Color Harmonies of #C23546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23546

Black with #C23546

Text Example


Text Example

White with #C23546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23546; }

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

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

background-color css

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

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

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

border-color css

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

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

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