Html Css Color HEX #B10534 Cardinal

📋 copy color: '#B10534'

red 177 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #B10534

Tints of Cardinal #B10534

RGB

 RED value IS 177 (69.53% from 255) = 75.64%

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 75.64%
G = 2.14%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B10534 (or 0xB10534) is known color: Cardinal. HEX triplet: B1, 05 and 34. RGB value is (177,5,52). Sum of RGB (Red+Green+Blue) = 177+5+52=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B10534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10534 is #4EFACB. Grayscale: #3D3D3D. Windows color (decimal): -5176012 or 3409329. OLE color: 3409329.

HSL color Cylindrical-coordinate representation of color #B10534: hue angle of 343.6º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10534 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 52 -
CMYK 0 0.97 0.71 0.31
HSL 343.6º 0.95% 0.36% -
HSV(B) 343.6º 0.97% 0.69% -
XYZ 18.81 9.7 4.13 -
YUV 61.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 177 5 52 0 0.97 0.71 0.31 343.6 0.95 0.36
Hex B1 5 34 0 61 47 1F 158 5F 24
Octal 261 5 64 0 141 107 37 530 137 44
Binary 10110001 101 110100 0 1100001 1000111 11111 101011000 1011111 100100

Color Harmonies of #B10534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10534

Black with #B10534

Text Example


Text Example

White with #B10534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10534; }

 p { color: rgb(177,5,52); }

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

background-color css

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

 a { background-color: rgb(177,5,52); }

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

border-color css

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

 span { border-color: rgb(177,5,52); }

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