Html Css Color HEX #B71631 Cardinal

📋 copy color: '#B71631'

red 183 ◦ green 22 ◦ blue 49

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

Shades of Cardinal #B71631

Tints of Cardinal #B71631

RGB

 RED value IS 183 (71.88% from 255) = 72.05%

 GREEN value IS 22 (8.98% from 255) = 8.66%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 72.05%
G = 8.66%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B71631 (or 0xB71631) is known color: Cardinal. HEX triplet: B7, 16 and 31. RGB value is (183,22,49). Sum of RGB (Red+Green+Blue) = 183+22+49=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71631 is #48E9CE. Grayscale: #494949. Windows color (decimal): -4778447 or 3217079. OLE color: 3217079.

HSL color Cylindrical-coordinate representation of color #B71631: hue angle of 349.94º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71631 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 49 -
CMYK 0 0.88 0.73 0.28
HSL 349.94º 0.79% 0.4% -
HSV(B) 349.94º 0.88% 0.72% -
XYZ 20.37 10.86 3.93 -
YUV 73.22 114.34 206.3 -
System Red Green Blue C M Y K H S L
Decimal 183 22 49 0 0.88 0.73 0.28 349.94 0.79 0.4
Hex B7 16 31 0 58 49 1C 15E 4F 28
Octal 267 26 61 0 130 111 34 536 117 50
Binary 10110111 10110 110001 0 1011000 1001001 11100 101011110 1001111 101000

Color Harmonies of #B71631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71631

Black with #B71631

Text Example


Text Example

White with #B71631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71631; }

 p { color: rgb(183,22,49); }

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

background-color css

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

 a { background-color: rgb(183,22,49); }

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

border-color css

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

 span { border-color: rgb(183,22,49); }

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