Html Css Color HEX #B0123A Cardinal

📋 copy color: '#B0123A'

red 176 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #B0123A

Tints of Cardinal #B0123A

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

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

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 69.84%
G = 7.14%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0123A (or 0xB0123A) is known color: Cardinal. HEX triplet: B0, 12 and 3A. RGB value is (176,18,58). Sum of RGB (Red+Green+Blue) = 176+18+58=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B0123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0123A is #4FEDC5. Grayscale: #454545. Windows color (decimal): -5238214 or 3805872. OLE color: 3805872.

HSL color Cylindrical-coordinate representation of color #B0123A: hue angle of 344.81º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0123A is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 58 -
CMYK 0 0.90 0.67 0.31
HSL 344.81º 0.81% 0.38% -
HSV(B) 344.81º 0.9% 0.69% -
XYZ 18.88 9.97 4.93 -
YUV 69.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 176 18 58 0 0.90 0.67 0.31 344.81 0.81 0.38
Hex B0 12 3A 0 5A 43 1F 159 51 26
Octal 260 22 72 0 132 103 37 531 121 46
Binary 10110000 10010 111010 0 1011010 1000011 11111 101011001 1010001 100110

Color Harmonies of #B0123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0123A

Black with #B0123A

Text Example


Text Example

White with #B0123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0123A; }

 p { color: rgb(176,18,58); }

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

background-color css

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

 a { background-color: rgb(176,18,58); }

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

border-color css

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

 span { border-color: rgb(176,18,58); }

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