Html Css Color HEX #B31038 Cardinal

📋 copy color: '#B31038'

red 179 ◦ green 16 ◦ blue 56

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

Shades of Cardinal #B31038

Tints of Cardinal #B31038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.31%

R = 71.31%
G = 6.37%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B31038 (or 0xB31038) is known color: Cardinal. HEX triplet: B3, 10 and 38. RGB value is (179,16,56). Sum of RGB (Red+Green+Blue) = 179+16+56=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B31038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31038 is #4CEFC7. Grayscale: #454545. Windows color (decimal): -5042120 or 3674291. OLE color: 3674291.

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

Color convert

RGB 179 16 56 -
CMYK 0 0.91 0.69 0.30
HSL 345.28º 0.84% 0.38% -
HSV(B) 345.28º 0.91% 0.7% -
XYZ 19.49 10.24 4.69 -
YUV 69.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 179 16 56 0 0.91 0.69 0.30 345.28 0.84 0.38
Hex B3 10 38 0 5B 45 1E 159 54 26
Octal 263 20 70 0 133 105 36 531 124 46
Binary 10110011 10000 111000 0 1011011 1000101 11110 101011001 1010100 100110

Color Harmonies of #B31038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31038

Black with #B31038

Text Example


Text Example

White with #B31038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31038; }

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

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

background-color css

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

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

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

border-color css

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

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

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