Html Css Color HEX #C22A46 Brick Red

📋 copy color: '#C22A46'

red 194 ◦ green 42 ◦ blue 70

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

Shades of Brick Red #C22A46

Tints of Brick Red #C22A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

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

R = 63.4%
G = 13.73%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22A46 (or 0xC22A46) is known color: Brick Red. HEX triplet: C2, 2A and 46. RGB value is (194,42,70). Sum of RGB (Red+Green+Blue) = 194+42+70=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A46 is #3DD5B9. Grayscale: #5A5A5A. Windows color (decimal): -4052410 or 4598466. OLE color: 4598466.

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

Color convert

RGB 194 42 70 -
CMYK 0 0.78 0.64 0.24
HSL 348.95º 0.64% 0.46% -
HSV(B) 348.95º 0.78% 0.76% -
XYZ 24.18 13.57 7.14 -
YUV 90.64 116.36 201.72 -
System Red Green Blue C M Y K H S L
Decimal 194 42 70 0 0.78 0.64 0.24 348.95 0.64 0.46
Hex C2 2A 46 0 4E 40 18 15D 40 2E
Octal 302 52 106 0 116 100 30 535 100 56
Binary 11000010 101010 1000110 0 1001110 1000000 11000 101011101 1000000 101110

Color Harmonies of #C22A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A46

Black with #C22A46

Text Example


Text Example

White with #C22A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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