Html Css Color HEX #B7154B Cardinal

📋 copy color: '#B7154B'

red 183 ◦ green 21 ◦ blue 75

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

Shades of Cardinal #B7154B

Tints of Cardinal #B7154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 65.59%
G = 7.53%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7154B (or 0xB7154B) is known color: Cardinal. HEX triplet: B7, 15 and 4B. RGB value is (183,21,75). Sum of RGB (Red+Green+Blue) = 183+21+75=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7154B is #48EAB4. Grayscale: #4B4B4B. Windows color (decimal): -4778677 or 4920759. OLE color: 4920759.

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

Color convert

RGB 183 21 75 -
CMYK 0 0.89 0.59 0.28
HSL 340º 0.79% 0.4% -
HSV(B) 340º 0.89% 0.72% -
XYZ 21.07 11.11 7.69 -
YUV 75.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 183 21 75 0 0.89 0.59 0.28 340 0.79 0.4
Hex B7 15 4B 0 59 3B 1C 154 4F 28
Octal 267 25 113 0 131 73 34 524 117 50
Binary 10110111 10101 1001011 0 1011001 111011 11100 101010100 1001111 101000

Color Harmonies of #B7154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7154B

Black with #B7154B

Text Example


Text Example

White with #B7154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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