Html Css Color HEX #B30C46 Cardinal

📋 copy color: '#B30C46'

red 179 ◦ green 12 ◦ blue 70

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

Shades of Cardinal #B30C46

Tints of Cardinal #B30C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 68.58%
G = 4.6%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B30C46 (or 0xB30C46) is known color: Cardinal. HEX triplet: B3, 0C and 46. RGB value is (179,12,70). Sum of RGB (Red+Green+Blue) = 179+12+70=261 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.58% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C46 is #4CF3B9. Grayscale: #444444. Windows color (decimal): -5043130 or 4590771. OLE color: 4590771.

HSL color Cylindrical-coordinate representation of color #B30C46: hue angle of 339.16º 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 #B30C46 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 12 70 -
CMYK 0 0.93 0.61 0.30
HSL 339.16º 0.87% 0.37% -
HSV(B) 339.16º 0.93% 0.7% -
XYZ 19.83 10.29 6.74 -
YUV 68.55 128.83 206.78 -
System Red Green Blue C M Y K H S L
Decimal 179 12 70 0 0.93 0.61 0.30 339.16 0.87 0.37
Hex B3 C 46 0 5D 3D 1E 153 57 25
Octal 263 14 106 0 135 75 36 523 127 45
Binary 10110011 1100 1000110 0 1011101 111101 11110 101010011 1010111 100101

Color Harmonies of #B30C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30C46

Black with #B30C46

Text Example


Text Example

White with #B30C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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