Html Css Color HEX #B30540 Cardinal

📋 copy color: '#B30540'

red 179 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #B30540

Tints of Cardinal #B30540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 72.18%
G = 2.02%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30540 (or 0xB30540) is known color: Cardinal. HEX triplet: B3, 05 and 40. RGB value is (179,5,64). Sum of RGB (Red+Green+Blue) = 179+5+64=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B30540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30540 is #4CFABF. Grayscale: #3F3F3F. Windows color (decimal): -5044928 or 4195763. OLE color: 4195763.

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

Color convert

RGB 179 5 64 -
CMYK 0 0.97 0.64 0.30
HSL 339.66º 0.95% 0.36% -
HSV(B) 339.66º 0.97% 0.7% -
XYZ 19.57 10.06 5.76 -
YUV 63.75 128.15 210.2 -
System Red Green Blue C M Y K H S L
Decimal 179 5 64 0 0.97 0.64 0.30 339.66 0.95 0.36
Hex B3 5 40 0 61 40 1E 154 5F 24
Octal 263 5 100 0 141 100 36 524 137 44
Binary 10110011 101 1000000 0 1100001 1000000 11110 101010100 1011111 100100

Color Harmonies of #B30540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30540

Black with #B30540

Text Example


Text Example

White with #B30540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30540; }

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

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

background-color css

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

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

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

border-color css

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

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

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