Html Css Color HEX #B8123E Cardinal

📋 copy color: '#B8123E'

red 184 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #B8123E

Tints of Cardinal #B8123E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

 BLUE value IS 62 (24.61% from 255) = 23.48%

R = 69.7%
G = 6.82%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8123E (or 0xB8123E) is known color: Cardinal. HEX triplet: B8, 12 and 3E. RGB value is (184,18,62). Sum of RGB (Red+Green+Blue) = 184+18+62=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8123E is #47EDC1. Grayscale: #484848. Windows color (decimal): -4713922 or 4068024. OLE color: 4068024.

HSL color Cylindrical-coordinate representation of color #B8123E: hue angle of 344.1º degrees, saturation: 0.82, 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 #B8123E is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 62 -
CMYK 0 0.90 0.66 0.28
HSL 344.1º 0.82% 0.4% -
HSV(B) 344.1º 0.9% 0.72% -
XYZ 20.85 10.97 5.58 -
YUV 72.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 184 18 62 0 0.90 0.66 0.28 344.1 0.82 0.4
Hex B8 12 3E 0 5A 42 1C 158 52 28
Octal 270 22 76 0 132 102 34 530 122 50
Binary 10111000 10010 111110 0 1011010 1000010 11100 101011000 1010010 101000

Color Harmonies of #B8123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8123E

Black with #B8123E

Text Example


Text Example

White with #B8123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8123E; }

 p { color: rgb(184,18,62); }

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

background-color css

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

 a { background-color: rgb(184,18,62); }

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

border-color css

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

 span { border-color: rgb(184,18,62); }

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