Html Css Color HEX #C32E44 Brick Red

📋 copy color: '#C32E44'

red 195 ◦ green 46 ◦ blue 68

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

Shades of Brick Red #C32E44

Tints of Brick Red #C32E44

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

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

R = 63.11%
G = 14.89%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C32E44 (or 0xC32E44) is known color: Brick Red. HEX triplet: C3, 2E and 44. RGB value is (195,46,68). Sum of RGB (Red+Green+Blue) = 195+46+68=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E44 is #3CD1BB. Grayscale: #5D5D5D. Windows color (decimal): -3985852 or 4468419. OLE color: 4468419.

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

Color convert

RGB 195 46 68 -
CMYK 0 0.76 0.65 0.24
HSL 351.14º 0.62% 0.47% -
HSV(B) 351.14º 0.76% 0.76% -
XYZ 24.53 13.97 6.87 -
YUV 93.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 195 46 68 0 0.76 0.65 0.24 351.14 0.62 0.47
Hex C3 2E 44 0 4C 41 18 15F 3E 2F
Octal 303 56 104 0 114 101 30 537 76 57
Binary 11000011 101110 1000100 0 1001100 1000001 11000 101011111 111110 101111

Color Harmonies of #C32E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32E44

Black with #C32E44

Text Example


Text Example

White with #C32E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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