Html Css Color HEX #B7123B Cardinal

📋 copy color: '#B7123B'

red 183 ◦ green 18 ◦ blue 59

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

Shades of Cardinal #B7123B

Tints of Cardinal #B7123B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 70.38%
G = 6.92%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7123B (or 0xB7123B) is known color: Cardinal. HEX triplet: B7, 12 and 3B. RGB value is (183,18,59). Sum of RGB (Red+Green+Blue) = 183+18+59=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B7123B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7123B is #48EDC4. Grayscale: #484848. Windows color (decimal): -4779461 or 3871415. OLE color: 3871415.

HSL color Cylindrical-coordinate representation of color #B7123B: hue angle of 345.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7123B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 59 -
CMYK 0 0.90 0.68 0.28
HSL 345.09º 0.82% 0.39% -
HSV(B) 345.09º 0.9% 0.72% -
XYZ 20.53 10.82 5.14 -
YUV 72.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 183 18 59 0 0.90 0.68 0.28 345.09 0.82 0.39
Hex B7 12 3B 0 5A 44 1C 159 52 27
Octal 267 22 73 0 132 104 34 531 122 47
Binary 10110111 10010 111011 0 1011010 1000100 11100 101011001 1010010 100111

Color Harmonies of #B7123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7123B

Black with #B7123B

Text Example


Text Example

White with #B7123B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7123B; }

 p { color: rgb(183,18,59); }

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

background-color css

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

 a { background-color: rgb(183,18,59); }

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

border-color css

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

 span { border-color: rgb(183,18,59); }

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