Html Css Color HEX #C32638 Cardinal

📋 copy color: '#C32638'

red 195 ◦ green 38 ◦ blue 56

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

Shades of Cardinal #C32638

Tints of Cardinal #C32638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.38%

R = 67.47%
G = 13.15%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C32638 (or 0xC32638) is known color: Cardinal. HEX triplet: C3, 26 and 38. RGB value is (195,38,56). Sum of RGB (Red+Green+Blue) = 195+38+56=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C32638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32638 is #3CD9C7. Grayscale: #575757. Windows color (decimal): -3987912 or 3679939. OLE color: 3679939.

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

Color convert

RGB 195 38 56 -
CMYK 0 0.81 0.71 0.24
HSL 353.12º 0.67% 0.46% -
HSV(B) 353.12º 0.81% 0.76% -
XYZ 23.91 13.27 5.04 -
YUV 87 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 195 38 56 0 0.81 0.71 0.24 353.12 0.67 0.46
Hex C3 26 38 0 51 47 18 161 43 2E
Octal 303 46 70 0 121 107 30 541 103 56
Binary 11000011 100110 111000 0 1010001 1000111 11000 101100001 1000011 101110

Color Harmonies of #C32638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32638

Black with #C32638

Text Example


Text Example

White with #C32638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32638; }

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

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

background-color css

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

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

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

border-color css

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

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

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