Html Css Color HEX #B30840 Cardinal

📋 copy color: '#B30840'

red 179 ◦ green 8 ◦ blue 64

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

Shades of Cardinal #B30840

Tints of Cardinal #B30840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

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

R = 71.31%
G = 3.19%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30840 (or 0xB30840) is known color: Cardinal. HEX triplet: B3, 08 and 40. RGB value is (179,8,64). Sum of RGB (Red+Green+Blue) = 179+8+64=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B30840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30840 is #4CF7BF. Grayscale: #414141. Windows color (decimal): -5044160 or 4196531. OLE color: 4196531.

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

Color convert

RGB 179 8 64 -
CMYK 0 0.96 0.64 0.30
HSL 340.35º 0.91% 0.37% -
HSV(B) 340.35º 0.96% 0.7% -
XYZ 19.6 10.13 5.77 -
YUV 65.51 127.15 208.95 -
System Red Green Blue C M Y K H S L
Decimal 179 8 64 0 0.96 0.64 0.30 340.35 0.91 0.37
Hex B3 8 40 0 60 40 1E 154 5B 25
Octal 263 10 100 0 140 100 36 524 133 45
Binary 10110011 1000 1000000 0 1100000 1000000 11110 101010100 1011011 100101

Color Harmonies of #B30840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30840

Black with #B30840

Text Example


Text Example

White with #B30840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30840; }

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

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

background-color css

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

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

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

border-color css

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

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

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