Html Css Color HEX #B30640 Cardinal

📋 copy color: '#B30640'

red 179 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #B30640

Tints of Cardinal #B30640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 71.89%
G = 2.41%
B = 25.7%

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

#B30640 (or 0xB30640) is known color: Cardinal. HEX triplet: B3, 06 and 40. RGB value is (179,6,64). Sum of RGB (Red+Green+Blue) = 179+6+64=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B30640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30640 is #4CF9BF. Grayscale: #404040. Windows color (decimal): -5044672 or 4196019. OLE color: 4196019.

HSL color Cylindrical-coordinate representation of color #B30640: hue angle of 339.88º degrees, saturation: 0.94, 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 #B30640 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 64 -
CMYK 0 0.97 0.64 0.30
HSL 339.88º 0.94% 0.36% -
HSV(B) 339.88º 0.97% 0.7% -
XYZ 19.58 10.08 5.76 -
YUV 64.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 179 6 64 0 0.97 0.64 0.30 339.88 0.94 0.36
Hex B3 6 40 0 61 40 1E 154 5E 24
Octal 263 6 100 0 141 100 36 524 136 44
Binary 10110011 110 1000000 0 1100001 1000000 11110 101010100 1011110 100100

Color Harmonies of #B30640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30640

Black with #B30640

Text Example


Text Example

White with #B30640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30640; }

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

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

background-color css

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

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

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

border-color css

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

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

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