Html Css Color HEX #C32C3A Brick Red

📋 copy color: '#C32C3A'

red 195 ◦ green 44 ◦ blue 58

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

Shades of Brick Red #C32C3A

Tints of Brick Red #C32C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 65.66%
G = 14.81%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C32C3A (or 0xC32C3A) is known color: Brick Red. HEX triplet: C3, 2C and 3A. RGB value is (195,44,58). Sum of RGB (Red+Green+Blue) = 195+44+58=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C3A is #3CD3C5. Grayscale: #5A5A5A. Windows color (decimal): -3986374 or 3812547. OLE color: 3812547.

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

Color convert

RGB 195 44 58 -
CMYK 0 0.77 0.70 0.24
HSL 354.44º 0.63% 0.47% -
HSV(B) 354.44º 0.77% 0.76% -
XYZ 24.17 13.71 5.38 -
YUV 90.75 109.53 202.36 -
System Red Green Blue C M Y K H S L
Decimal 195 44 58 0 0.77 0.70 0.24 354.44 0.63 0.47
Hex C3 2C 3A 0 4D 46 18 162 3F 2F
Octal 303 54 72 0 115 106 30 542 77 57
Binary 11000011 101100 111010 0 1001101 1000110 11000 101100010 111111 101111

Color Harmonies of #C32C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32C3A

Black with #C32C3A

Text Example


Text Example

White with #C32C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32C3A; }

 p { color: rgb(195,44,58); }

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

background-color css

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

 a { background-color: rgb(195,44,58); }

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

border-color css

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

 span { border-color: rgb(195,44,58); }

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