Html Css Color HEX #B31B41 Cardinal

📋 copy color: '#B31B41'

red 179 ◦ green 27 ◦ blue 65

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

Shades of Cardinal #B31B41

Tints of Cardinal #B31B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.96%

 BLUE value IS 65 (25.78% from 255) = 23.99%

R = 66.05%
G = 9.96%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B31B41 (or 0xB31B41) is known color: Cardinal. HEX triplet: B3, 1B and 41. RGB value is (179,27,65). Sum of RGB (Red+Green+Blue) = 179+27+65=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B41 is #4CE4BE. Grayscale: #4C4C4C. Windows color (decimal): -5039295 or 4266931. OLE color: 4266931.

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

Color convert

RGB 179 27 65 -
CMYK 0 0.85 0.64 0.30
HSL 345º 0.74% 0.4% -
HSV(B) 345º 0.85% 0.7% -
XYZ 19.94 10.75 6.03 -
YUV 76.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 179 27 65 0 0.85 0.64 0.30 345 0.74 0.4
Hex B3 1B 41 0 55 40 1E 159 4A 28
Octal 263 33 101 0 125 100 36 531 112 50
Binary 10110011 11011 1000001 0 1010101 1000000 11110 101011001 1001010 101000

Color Harmonies of #B31B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31B41

Black with #B31B41

Text Example


Text Example

White with #B31B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31B41; }

 p { color: rgb(179,27,65); }

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

background-color css

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

 a { background-color: rgb(179,27,65); }

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

border-color css

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

 span { border-color: rgb(179,27,65); }

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