Html Css Color HEX #B10533 Cardinal

📋 copy color: '#B10533'

red 177 ◦ green 5 ◦ blue 51

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

Shades of Cardinal #B10533

Tints of Cardinal #B10533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 75.97%
G = 2.15%
B = 21.89%

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

#B10533 (or 0xB10533) is known color: Cardinal. HEX triplet: B1, 05 and 33. RGB value is (177,5,51). Sum of RGB (Red+Green+Blue) = 177+5+51=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10533 is #4EFACC. Grayscale: #3D3D3D. Windows color (decimal): -5176013 or 3343793. OLE color: 3343793.

HSL color Cylindrical-coordinate representation of color #B10533: hue angle of 343.95º 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 #B10533 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 51 -
CMYK 0 0.97 0.71 0.31
HSL 343.95º 0.95% 0.36% -
HSV(B) 343.95º 0.97% 0.69% -
XYZ 18.78 9.69 4.01 -
YUV 61.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 177 5 51 0 0.97 0.71 0.31 343.95 0.95 0.36
Hex B1 5 33 0 61 47 1F 158 5F 24
Octal 261 5 63 0 141 107 37 530 137 44
Binary 10110001 101 110011 0 1100001 1000111 11111 101011000 1011111 100100

Color Harmonies of #B10533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10533

Black with #B10533

Text Example


Text Example

White with #B10533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10533; }

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

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

background-color css

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

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

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

border-color css

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

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

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