Html Css Color HEX #B10334 Cardinal

📋 copy color: '#B10334'

red 177 ◦ green 3 ◦ blue 52

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

Shades of Cardinal #B10334

Tints of Cardinal #B10334

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 76.29%
G = 1.29%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B10334 (or 0xB10334) is known color: Cardinal. HEX triplet: B1, 03 and 34. RGB value is (177,3,52). Sum of RGB (Red+Green+Blue) = 177+3+52=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B10334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10334 is #4EFCCB. Grayscale: #3C3C3C. Windows color (decimal): -5176524 or 3408817. OLE color: 3408817.

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

Color convert

RGB 177 3 52 -
CMYK 0 0.98 0.71 0.31
HSL 343.1º 0.97% 0.35% -
HSV(B) 343.1º 0.98% 0.69% -
XYZ 18.78 9.66 4.12 -
YUV 60.61 123.15 211.02 -
System Red Green Blue C M Y K H S L
Decimal 177 3 52 0 0.98 0.71 0.31 343.1 0.97 0.35
Hex B1 3 34 0 62 47 1F 157 61 23
Octal 261 3 64 0 142 107 37 527 141 43
Binary 10110001 11 110100 0 1100010 1000111 11111 101010111 1100001 100011

Color Harmonies of #B10334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10334

Black with #B10334

Text Example


Text Example

White with #B10334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10334; }

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

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

background-color css

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

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

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

border-color css

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

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

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