Html Css Color HEX #B30140 Cardinal

📋 copy color: '#B30140'

red 179 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #B30140

Tints of Cardinal #B30140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 73.36%
G = 0.41%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30140 (or 0xB30140) is known color: Cardinal. HEX triplet: B3, 01 and 40. RGB value is (179,1,64). Sum of RGB (Red+Green+Blue) = 179+1+64=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B30140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30140 is #4CFEBF. Grayscale: #3D3D3D. Windows color (decimal): -5045952 or 4194739. OLE color: 4194739.

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

Color convert

RGB 179 1 64 -
CMYK 0 0.99 0.64 0.30
HSL 338.76º 0.99% 0.35% -
HSV(B) 338.76º 0.99% 0.7% -
XYZ 19.53 9.98 5.75 -
YUV 61.4 129.47 211.88 -
System Red Green Blue C M Y K H S L
Decimal 179 1 64 0 0.99 0.64 0.30 338.76 0.99 0.35
Hex B3 1 40 0 63 40 1E 153 63 23
Octal 263 1 100 0 143 100 36 523 143 43
Binary 10110011 1 1000000 0 1100011 1000000 11110 101010011 1100011 100011

Color Harmonies of #B30140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30140

Black with #B30140

Text Example


Text Example

White with #B30140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30140; }

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

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

background-color css

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

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

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

border-color css

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

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

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