Html Css Color HEX #B71334 Cardinal

📋 copy color: '#B71334'

red 183 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #B71334

Tints of Cardinal #B71334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 72.05%
G = 7.48%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B71334 (or 0xB71334) is known color: Cardinal. HEX triplet: B7, 13 and 34. RGB value is (183,19,52). Sum of RGB (Red+Green+Blue) = 183+19+52=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71334 is #48ECCB. Grayscale: #474747. Windows color (decimal): -4779212 or 3412919. OLE color: 3412919.

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

Color convert

RGB 183 19 52 -
CMYK 0 0.90 0.72 0.28
HSL 347.93º 0.81% 0.4% -
HSV(B) 347.93º 0.9% 0.72% -
XYZ 20.38 10.78 4.26 -
YUV 71.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 183 19 52 0 0.90 0.72 0.28 347.93 0.81 0.4
Hex B7 13 34 0 5A 48 1C 15C 51 28
Octal 267 23 64 0 132 110 34 534 121 50
Binary 10110111 10011 110100 0 1011010 1001000 11100 101011100 1010001 101000

Color Harmonies of #B71334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71334

Black with #B71334

Text Example


Text Example

White with #B71334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71334; }

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

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

background-color css

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

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

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

border-color css

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

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

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