Html Css Color HEX #B71934 Cardinal

📋 copy color: '#B71934'

red 183 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #B71934

Tints of Cardinal #B71934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 52 (20.7% from 255) = 20%

R = 70.38%
G = 9.62%
B = 20%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B71934 (or 0xB71934) is known color: Cardinal. HEX triplet: B7, 19 and 34. RGB value is (183,25,52). Sum of RGB (Red+Green+Blue) = 183+25+52=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B71934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71934 is #48E6CB. Grayscale: #4B4B4B. Windows color (decimal): -4777676 or 3414455. OLE color: 3414455.

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

Color convert

RGB 183 25 52 -
CMYK 0 0.86 0.72 0.28
HSL 349.75º 0.76% 0.41% -
HSV(B) 349.75º 0.86% 0.72% -
XYZ 20.5 11.01 4.29 -
YUV 75.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 183 25 52 0 0.86 0.72 0.28 349.75 0.76 0.41
Hex B7 19 34 0 56 48 1C 15E 4C 29
Octal 267 31 64 0 126 110 34 536 114 51
Binary 10110111 11001 110100 0 1010110 1001000 11100 101011110 1001100 101001

Color Harmonies of #B71934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71934

Black with #B71934

Text Example


Text Example

White with #B71934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71934; }

 p { color: rgb(183,25,52); }

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

background-color css

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

 a { background-color: rgb(183,25,52); }

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

border-color css

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

 span { border-color: rgb(183,25,52); }

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