Html Css Color HEX #B31030 Cardinal

📋 copy color: '#B31030'

red 179 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #B31030

Tints of Cardinal #B31030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 73.66%
G = 6.58%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B31030 (or 0xB31030) is known color: Cardinal. HEX triplet: B3, 10 and 30. RGB value is (179,16,48). Sum of RGB (Red+Green+Blue) = 179+16+48=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B31030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31030 is #4CEFCF. Grayscale: #444444. Windows color (decimal): -5042128 or 3150003. OLE color: 3150003.

HSL color Cylindrical-coordinate representation of color #B31030: hue angle of 348.22º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31030 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 16 48 -
CMYK 0 0.91 0.73 0.30
HSL 348.22º 0.84% 0.38% -
HSV(B) 348.22º 0.91% 0.7% -
XYZ 19.31 10.17 3.74 -
YUV 68.39 116.5 206.9 -
System Red Green Blue C M Y K H S L
Decimal 179 16 48 0 0.91 0.73 0.30 348.22 0.84 0.38
Hex B3 10 30 0 5B 49 1E 15C 54 26
Octal 263 20 60 0 133 111 36 534 124 46
Binary 10110011 10000 110000 0 1011011 1001001 11110 101011100 1010100 100110

Color Harmonies of #B31030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31030

Black with #B31030

Text Example


Text Example

White with #B31030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31030; }

 p { color: rgb(179,16,48); }

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

background-color css

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

 a { background-color: rgb(179,16,48); }

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

border-color css

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

 span { border-color: rgb(179,16,48); }

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