Html Css Color HEX #B01547 Cardinal

📋 copy color: '#B01547'

red 176 ◦ green 21 ◦ blue 71

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

Shades of Cardinal #B01547

Tints of Cardinal #B01547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 65.67%
G = 7.84%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B01547 (or 0xB01547) is known color: Cardinal. HEX triplet: B0, 15 and 47. RGB value is (176,21,71). Sum of RGB (Red+Green+Blue) = 176+21+71=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B01547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01547 is #4FEAB8. Grayscale: #494949. Windows color (decimal): -5237433 or 4658608. OLE color: 4658608.

HSL color Cylindrical-coordinate representation of color #B01547: hue angle of 340.65º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01547 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 21 71 -
CMYK 0 0.88 0.60 0.31
HSL 340.65º 0.79% 0.39% -
HSV(B) 340.65º 0.88% 0.69% -
XYZ 19.31 10.22 6.92 -
YUV 73.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 176 21 71 0 0.88 0.60 0.31 340.65 0.79 0.39
Hex B0 15 47 0 58 3C 1F 155 4F 27
Octal 260 25 107 0 130 74 37 525 117 47
Binary 10110000 10101 1000111 0 1011000 111100 11111 101010101 1001111 100111

Color Harmonies of #B01547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01547

Black with #B01547

Text Example


Text Example

White with #B01547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01547; }

 p { color: rgb(176,21,71); }

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

background-color css

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

 a { background-color: rgb(176,21,71); }

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

border-color css

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

 span { border-color: rgb(176,21,71); }

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