Html Css Color HEX #B71646 Cardinal

📋 copy color: '#B71646'

red 183 ◦ green 22 ◦ blue 70

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

Shades of Cardinal #B71646

Tints of Cardinal #B71646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 66.55%
G = 8%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B71646 (or 0xB71646) is known color: Cardinal. HEX triplet: B7, 16 and 46. RGB value is (183,22,70). Sum of RGB (Red+Green+Blue) = 183+22+70=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B71646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71646 is #48E9B9. Grayscale: #4B4B4B. Windows color (decimal): -4778426 or 4593335. OLE color: 4593335.

HSL color Cylindrical-coordinate representation of color #B71646: hue angle of 342.11º 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 #B71646 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 70 -
CMYK 0 0.88 0.62 0.28
HSL 342.11º 0.79% 0.4% -
HSV(B) 342.11º 0.88% 0.72% -
XYZ 20.92 11.08 6.83 -
YUV 75.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 183 22 70 0 0.88 0.62 0.28 342.11 0.79 0.4
Hex B7 16 46 0 58 3E 1C 156 4F 28
Octal 267 26 106 0 130 76 34 526 117 50
Binary 10110111 10110 1000110 0 1011000 111110 11100 101010110 1001111 101000

Color Harmonies of #B71646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71646

Black with #B71646

Text Example


Text Example

White with #B71646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71646; }

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

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

background-color css

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

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

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

border-color css

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

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

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