Html Css Color HEX #B7164B Cardinal

📋 copy color: '#B7164B'

red 183 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #B7164B

Tints of Cardinal #B7164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 65.36%
G = 7.86%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7164B (or 0xB7164B) is known color: Cardinal. HEX triplet: B7, 16 and 4B. RGB value is (183,22,75). Sum of RGB (Red+Green+Blue) = 183+22+75=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7164B is #48E9B4. Grayscale: #4C4C4C. Windows color (decimal): -4778421 or 4921015. OLE color: 4921015.

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

Color convert

RGB 183 22 75 -
CMYK 0 0.88 0.59 0.28
HSL 340.25º 0.79% 0.4% -
HSV(B) 340.25º 0.88% 0.72% -
XYZ 21.09 11.15 7.7 -
YUV 76.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 183 22 75 0 0.88 0.59 0.28 340.25 0.79 0.4
Hex B7 16 4B 0 58 3B 1C 154 4F 28
Octal 267 26 113 0 130 73 34 524 117 50
Binary 10110111 10110 1001011 0 1011000 111011 11100 101010100 1001111 101000

Color Harmonies of #B7164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7164B

Black with #B7164B

Text Example


Text Example

White with #B7164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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