Html Css Color HEX #C40348 Cardinal

📋 copy color: '#C40348'

red 196 ◦ green 3 ◦ blue 72

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

Shades of Cardinal #C40348

Tints of Cardinal #C40348

RGB

 RED value IS 196 (76.95% from 255) = 72.32%

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 72.32%
G = 1.11%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C40348 (or 0xC40348) is known color: Cardinal. HEX triplet: C4, 03 and 48. RGB value is (196,3,72). Sum of RGB (Red+Green+Blue) = 196+3+72=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C40348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40348 is #3BFCB7. Grayscale: #444444. Windows color (decimal): -3931320 or 4719556. OLE color: 4719556.

HSL color Cylindrical-coordinate representation of color #C40348: hue angle of 338.55º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40348 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 3 72 -
CMYK 0 0.98 0.63 0.23
HSL 338.55º 0.97% 0.39% -
HSV(B) 338.55º 0.98% 0.77% -
XYZ 23.97 12.27 7.24 -
YUV 68.57 129.94 218.89 -
System Red Green Blue C M Y K H S L
Decimal 196 3 72 0 0.98 0.63 0.23 338.55 0.97 0.39
Hex C4 3 48 0 62 3F 17 153 61 27
Octal 304 3 110 0 142 77 27 523 141 47
Binary 11000100 11 1001000 0 1100010 111111 10111 101010011 1100001 100111

Color Harmonies of #C40348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40348

Black with #C40348

Text Example


Text Example

White with #C40348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40348; }

 p { color: rgb(196,3,72); }

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

background-color css

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

 a { background-color: rgb(196,3,72); }

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

border-color css

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

 span { border-color: rgb(196,3,72); }

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