Html Css Color HEX #C32B46 Brick Red

📋 copy color: '#C32B46'

red 195 ◦ green 43 ◦ blue 70

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

Shades of Brick Red #C32B46

Tints of Brick Red #C32B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 63.31%
G = 13.96%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C32B46 (or 0xC32B46) is known color: Brick Red. HEX triplet: C3, 2B and 46. RGB value is (195,43,70). Sum of RGB (Red+Green+Blue) = 195+43+70=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B46 is #3CD4B9. Grayscale: #5B5B5B. Windows color (decimal): -3986618 or 4598723. OLE color: 4598723.

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

Color convert

RGB 195 43 70 -
CMYK 0 0.78 0.64 0.24
HSL 349.34º 0.64% 0.47% -
HSV(B) 349.34º 0.78% 0.76% -
XYZ 24.48 13.77 7.16 -
YUV 91.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 195 43 70 0 0.78 0.64 0.24 349.34 0.64 0.47
Hex C3 2B 46 0 4E 40 18 15D 40 2F
Octal 303 53 106 0 116 100 30 535 100 57
Binary 11000011 101011 1000110 0 1001110 1000000 11000 101011101 1000000 101111

Color Harmonies of #C32B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32B46

Black with #C32B46

Text Example


Text Example

White with #C32B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32B46; }

 p { color: rgb(195,43,70); }

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

background-color css

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

 a { background-color: rgb(195,43,70); }

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

border-color css

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

 span { border-color: rgb(195,43,70); }

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