Html Css Color HEX #B30A40 Cardinal

📋 copy color: '#B30A40'

red 179 ◦ green 10 ◦ blue 64

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

Shades of Cardinal #B30A40

Tints of Cardinal #B30A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

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

R = 70.75%
G = 3.95%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30A40 (or 0xB30A40) is known color: Cardinal. HEX triplet: B3, 0A and 40. RGB value is (179,10,64). Sum of RGB (Red+Green+Blue) = 179+10+64=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A40 is #4CF5BF. Grayscale: #424242. Windows color (decimal): -5043648 or 4197043. OLE color: 4197043.

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

Color convert

RGB 179 10 64 -
CMYK 0 0.94 0.64 0.30
HSL 340.83º 0.89% 0.37% -
HSV(B) 340.83º 0.94% 0.7% -
XYZ 19.62 10.17 5.78 -
YUV 66.69 126.49 208.11 -
System Red Green Blue C M Y K H S L
Decimal 179 10 64 0 0.94 0.64 0.30 340.83 0.89 0.37
Hex B3 A 40 0 5E 40 1E 155 59 25
Octal 263 12 100 0 136 100 36 525 131 45
Binary 10110011 1010 1000000 0 1011110 1000000 11110 101010101 1011001 100101

Color Harmonies of #B30A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A40

Black with #B30A40

Text Example


Text Example

White with #B30A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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