Html Css Color HEX #B30940 Cardinal

📋 copy color: '#B30940'

red 179 ◦ green 9 ◦ blue 64

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

Shades of Cardinal #B30940

Tints of Cardinal #B30940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 71.03%
G = 3.57%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30940 (or 0xB30940) is known color: Cardinal. HEX triplet: B3, 09 and 40. RGB value is (179,9,64). Sum of RGB (Red+Green+Blue) = 179+9+64=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B30940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30940 is #4CF6BF. Grayscale: #424242. Windows color (decimal): -5043904 or 4196787. OLE color: 4196787.

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

Color convert

RGB 179 9 64 -
CMYK 0 0.95 0.64 0.30
HSL 340.59º 0.9% 0.37% -
HSV(B) 340.59º 0.95% 0.7% -
XYZ 19.61 10.15 5.78 -
YUV 66.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 179 9 64 0 0.95 0.64 0.30 340.59 0.9 0.37
Hex B3 9 40 0 5F 40 1E 155 5A 25
Octal 263 11 100 0 137 100 36 525 132 45
Binary 10110011 1001 1000000 0 1011111 1000000 11110 101010101 1011010 100101

Color Harmonies of #B30940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30940

Black with #B30940

Text Example


Text Example

White with #B30940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30940; }

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

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

background-color css

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

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

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

border-color css

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

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

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