Html Css Color HEX #C22A3C Brick Red

📋 copy color: '#C22A3C'

red 194 ◦ green 42 ◦ blue 60

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

Shades of Brick Red #C22A3C

Tints of Brick Red #C22A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.27%

R = 65.54%
G = 14.19%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C22A3C (or 0xC22A3C) is known color: Brick Red. HEX triplet: C2, 2A and 3C. RGB value is (194,42,60). Sum of RGB (Red+Green+Blue) = 194+42+60=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A3C is #3DD5C3. Grayscale: #595959. Windows color (decimal): -4052420 or 3943106. OLE color: 3943106.

HSL color Cylindrical-coordinate representation of color #C22A3C: hue angle of 352.89º 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 #C22A3C is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 42 60 -
CMYK 0 0.78 0.69 0.24
HSL 352.89º 0.64% 0.46% -
HSV(B) 352.89º 0.78% 0.76% -
XYZ 23.89 13.45 5.61 -
YUV 89.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 194 42 60 0 0.78 0.69 0.24 352.89 0.64 0.46
Hex C2 2A 3C 0 4E 45 18 161 40 2E
Octal 302 52 74 0 116 105 30 541 100 56
Binary 11000010 101010 111100 0 1001110 1000101 11000 101100001 1000000 101110

Color Harmonies of #C22A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A3C

Black with #C22A3C

Text Example


Text Example

White with #C22A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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