Html Css Color HEX #C32644 Brick Red

📋 copy color: '#C32644'

red 195 ◦ green 38 ◦ blue 68

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

Shades of Brick Red #C32644

Tints of Brick Red #C32644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 64.78%
G = 12.62%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C32644 (or 0xC32644) is known color: Brick Red. HEX triplet: C3, 26 and 44. RGB value is (195,38,68). Sum of RGB (Red+Green+Blue) = 195+38+68=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C32644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32644 is #3CD9BB. Grayscale: #585858. Windows color (decimal): -3987900 or 4466371. OLE color: 4466371.

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

Color convert

RGB 195 38 68 -
CMYK 0 0.81 0.65 0.24
HSL 348.54º 0.67% 0.46% -
HSV(B) 348.54º 0.81% 0.76% -
XYZ 24.24 13.41 6.78 -
YUV 88.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 195 38 68 0 0.81 0.65 0.24 348.54 0.67 0.46
Hex C3 26 44 0 51 41 18 15D 43 2E
Octal 303 46 104 0 121 101 30 535 103 56
Binary 11000011 100110 1000100 0 1010001 1000001 11000 101011101 1000011 101110

Color Harmonies of #C32644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32644

Black with #C32644

Text Example


Text Example

White with #C32644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32644; }

 p { color: rgb(195,38,68); }

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

background-color css

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

 a { background-color: rgb(195,38,68); }

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

border-color css

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

 span { border-color: rgb(195,38,68); }

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