Html Css Color HEX #B8104B Cardinal

📋 copy color: '#B8104B'

red 184 ◦ green 16 ◦ blue 75

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

Shades of Cardinal #B8104B

Tints of Cardinal #B8104B

RGB

 RED value IS 184 (72.27% from 255) = 66.91%

 GREEN value IS 16 (6.64% from 255) = 5.82%

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

R = 66.91%
G = 5.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8104B (or 0xB8104B) is known color: Cardinal. HEX triplet: B8, 10 and 4B. RGB value is (184,16,75). Sum of RGB (Red+Green+Blue) = 184+16+75=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8104B is #47EFB4. Grayscale: #484848. Windows color (decimal): -4714421 or 4919480. OLE color: 4919480.

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

Color convert

RGB 184 16 75 -
CMYK 0 0.91 0.59 0.28
HSL 338.93º 0.84% 0.39% -
HSV(B) 338.93º 0.91% 0.72% -
XYZ 21.22 11.07 7.67 -
YUV 72.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 184 16 75 0 0.91 0.59 0.28 338.93 0.84 0.39
Hex B8 10 4B 0 5B 3B 1C 153 54 27
Octal 270 20 113 0 133 73 34 523 124 47
Binary 10111000 10000 1001011 0 1011011 111011 11100 101010011 1010100 100111

Color Harmonies of #B8104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8104B

Black with #B8104B

Text Example


Text Example

White with #B8104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8104B; }

 p { color: rgb(184,16,75); }

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

background-color css

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

 a { background-color: rgb(184,16,75); }

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

border-color css

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

 span { border-color: rgb(184,16,75); }

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