Html Css Color HEX #C32643 Brick Red

📋 copy color: '#C32643'

red 195 ◦ green 38 ◦ blue 67

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

Shades of Brick Red #C32643

Tints of Brick Red #C32643

RGB

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

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

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

R = 65%
G = 12.67%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C32643 (or 0xC32643) is known color: Brick Red. HEX triplet: C3, 26 and 43. RGB value is (195,38,67). Sum of RGB (Red+Green+Blue) = 195+38+67=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C32643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32643 is #3CD9BC. Grayscale: #585858. Windows color (decimal): -3987901 or 4400835. OLE color: 4400835.

HSL color Cylindrical-coordinate representation of color #C32643: hue angle of 348.92º 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 #C32643 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 38 67 -
CMYK 0 0.81 0.66 0.24
HSL 348.92º 0.67% 0.46% -
HSV(B) 348.92º 0.81% 0.76% -
XYZ 24.21 13.39 6.62 -
YUV 88.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 195 38 67 0 0.81 0.66 0.24 348.92 0.67 0.46
Hex C3 26 43 0 51 42 18 15D 43 2E
Octal 303 46 103 0 121 102 30 535 103 56
Binary 11000011 100110 1000011 0 1010001 1000010 11000 101011101 1000011 101110

Color Harmonies of #C32643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32643

Black with #C32643

Text Example


Text Example

White with #C32643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32643; }

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

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

background-color css

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

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

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

border-color css

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

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

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