Html Css Color HEX #B30137 Cardinal

📋 copy color: '#B30137'

red 179 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #B30137

Tints of Cardinal #B30137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 76.17%
G = 0.43%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B30137 (or 0xB30137) is known color: Cardinal. HEX triplet: B3, 01 and 37. RGB value is (179,1,55). Sum of RGB (Red+Green+Blue) = 179+1+55=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30137 is #4CFEC8. Grayscale: #3C3C3C. Windows color (decimal): -5045961 or 3604915. OLE color: 3604915.

HSL color Cylindrical-coordinate representation of color #B30137: hue angle of 341.8º 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 #B30137 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 55 -
CMYK 0 0.99 0.69 0.30
HSL 341.8º 0.99% 0.35% -
HSV(B) 341.8º 0.99% 0.7% -
XYZ 19.29 9.88 4.5 -
YUV 60.38 124.97 212.61 -
System Red Green Blue C M Y K H S L
Decimal 179 1 55 0 0.99 0.69 0.30 341.8 0.99 0.35
Hex B3 1 37 0 63 45 1E 156 63 23
Octal 263 1 67 0 143 105 36 526 143 43
Binary 10110011 1 110111 0 1100011 1000101 11110 101010110 1100011 100011

Color Harmonies of #B30137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30137

Black with #B30137

Text Example


Text Example

White with #B30137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30137; }

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

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

background-color css

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

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

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

border-color css

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

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

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