Html Css Color HEX #B30E40 Cardinal

📋 copy color: '#B30E40'

red 179 ◦ green 14 ◦ blue 64

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

Shades of Cardinal #B30E40

Tints of Cardinal #B30E40

RGB

 RED value IS 179 (70.31% from 255) = 69.65%

 GREEN value IS 14 (5.86% from 255) = 5.45%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 69.65%
G = 5.45%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30E40 (or 0xB30E40) is known color: Cardinal. HEX triplet: B3, 0E and 40. RGB value is (179,14,64). Sum of RGB (Red+Green+Blue) = 179+14+64=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E40 is #4CF1BF. Grayscale: #454545. Windows color (decimal): -5042624 or 4198067. OLE color: 4198067.

HSL color Cylindrical-coordinate representation of color #B30E40: hue angle of 341.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E40 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 14 64 -
CMYK 0 0.92 0.64 0.30
HSL 341.82º 0.85% 0.38% -
HSV(B) 341.82º 0.92% 0.7% -
XYZ 19.67 10.27 5.8 -
YUV 69.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 179 14 64 0 0.92 0.64 0.30 341.82 0.85 0.38
Hex B3 E 40 0 5C 40 1E 156 55 26
Octal 263 16 100 0 134 100 36 526 125 46
Binary 10110011 1110 1000000 0 1011100 1000000 11110 101010110 1010101 100110

Color Harmonies of #B30E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30E40

Black with #B30E40

Text Example


Text Example

White with #B30E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30E40; }

 p { color: rgb(179,14,64); }

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

background-color css

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

 a { background-color: rgb(179,14,64); }

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

border-color css

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

 span { border-color: rgb(179,14,64); }

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