Html Css Color HEX #B71B41 Cardinal

📋 copy color: '#B71B41'

red 183 ◦ green 27 ◦ blue 65

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

Shades of Cardinal #B71B41

Tints of Cardinal #B71B41

RGB

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

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

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

R = 66.55%
G = 9.82%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B71B41 (or 0xB71B41) is known color: Cardinal. HEX triplet: B7, 1B and 41. RGB value is (183,27,65). Sum of RGB (Red+Green+Blue) = 183+27+65=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B41 is #48E4BE. Grayscale: #4D4D4D. Windows color (decimal): -4777151 or 4266935. OLE color: 4266935.

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

Color convert

RGB 183 27 65 -
CMYK 0 0.85 0.64 0.28
HSL 345.38º 0.74% 0.41% -
HSV(B) 345.38º 0.85% 0.72% -
XYZ 20.87 11.23 6.07 -
YUV 77.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 183 27 65 0 0.85 0.64 0.28 345.38 0.74 0.41
Hex B7 1B 41 0 55 40 1C 159 4A 29
Octal 267 33 101 0 125 100 34 531 112 51
Binary 10110111 11011 1000001 0 1010101 1000000 11100 101011001 1001010 101001

Color Harmonies of #B71B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B41

Black with #B71B41

Text Example


Text Example

White with #B71B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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