Html Css Color HEX #B30C40 Cardinal

📋 copy color: '#B30C40'

red 179 ◦ green 12 ◦ blue 64

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

Shades of Cardinal #B30C40

Tints of Cardinal #B30C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.71%

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

R = 70.2%
G = 4.71%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30C40 (or 0xB30C40) is known color: Cardinal. HEX triplet: B3, 0C and 40. RGB value is (179,12,64). Sum of RGB (Red+Green+Blue) = 179+12+64=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C40 is #4CF3BF. Grayscale: #434343. Windows color (decimal): -5043136 or 4197555. OLE color: 4197555.

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

Color convert

RGB 179 12 64 -
CMYK 0 0.93 0.64 0.30
HSL 341.32º 0.87% 0.37% -
HSV(B) 341.32º 0.93% 0.7% -
XYZ 19.65 10.22 5.79 -
YUV 67.86 125.83 207.27 -
System Red Green Blue C M Y K H S L
Decimal 179 12 64 0 0.93 0.64 0.30 341.32 0.87 0.37
Hex B3 C 40 0 5D 40 1E 155 57 25
Octal 263 14 100 0 135 100 36 525 127 45
Binary 10110011 1100 1000000 0 1011101 1000000 11110 101010101 1010111 100101

Color Harmonies of #B30C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C40

Black with #B30C40

Text Example


Text Example

White with #B30C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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