Html Css Color HEX #B30740 Cardinal

📋 copy color: '#B30740'

red 179 ◦ green 7 ◦ blue 64

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

Shades of Cardinal #B30740

Tints of Cardinal #B30740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 71.6%
G = 2.8%
B = 25.6%

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

#B30740 (or 0xB30740) is known color: Cardinal. HEX triplet: B3, 07 and 40. RGB value is (179,7,64). Sum of RGB (Red+Green+Blue) = 179+7+64=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B30740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30740 is #4CF8BF. Grayscale: #404040. Windows color (decimal): -5044416 or 4196275. OLE color: 4196275.

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

Color convert

RGB 179 7 64 -
CMYK 0 0.96 0.64 0.30
HSL 340.12º 0.92% 0.36% -
HSV(B) 340.12º 0.96% 0.7% -
XYZ 19.59 10.11 5.77 -
YUV 64.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 179 7 64 0 0.96 0.64 0.30 340.12 0.92 0.36
Hex B3 7 40 0 60 40 1E 154 5C 24
Octal 263 7 100 0 140 100 36 524 134 44
Binary 10110011 111 1000000 0 1100000 1000000 11110 101010100 1011100 100100

Color Harmonies of #B30740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30740

Black with #B30740

Text Example


Text Example

White with #B30740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30740; }

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

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

background-color css

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

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

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

border-color css

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

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

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