Html Css Color HEX #C32943 Brick Red

📋 copy color: '#C32943'

red 195 ◦ green 41 ◦ blue 67

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

Shades of Brick Red #C32943

Tints of Brick Red #C32943

RGB

 RED value IS 195 (76.56% from 255) = 64.36%

 GREEN value IS 41 (16.41% from 255) = 13.53%

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 64.36%
G = 13.53%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32943 (or 0xC32943) is known color: Brick Red. HEX triplet: C3, 29 and 43. RGB value is (195,41,67). Sum of RGB (Red+Green+Blue) = 195+41+67=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C32943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32943 is #3CD6BC. Grayscale: #5A5A5A. Windows color (decimal): -3987133 or 4401603. OLE color: 4401603.

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

Color convert

RGB 195 41 67 -
CMYK 0 0.79 0.66 0.24
HSL 349.87º 0.65% 0.46% -
HSV(B) 349.87º 0.79% 0.76% -
XYZ 24.31 13.59 6.65 -
YUV 90.01 115.02 202.89 -
System Red Green Blue C M Y K H S L
Decimal 195 41 67 0 0.79 0.66 0.24 349.87 0.65 0.46
Hex C3 29 43 0 4F 42 18 15E 41 2E
Octal 303 51 103 0 117 102 30 536 101 56
Binary 11000011 101001 1000011 0 1001111 1000010 11000 101011110 1000001 101110

Color Harmonies of #C32943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32943

Black with #C32943

Text Example


Text Example

White with #C32943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32943; }

 p { color: rgb(195,41,67); }

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

background-color css

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

 a { background-color: rgb(195,41,67); }

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

border-color css

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

 span { border-color: rgb(195,41,67); }

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