Html Css Color HEX #B10833 Cardinal

📋 copy color: '#B10833'

red 177 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #B10833

Tints of Cardinal #B10833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 75%
G = 3.39%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B10833 (or 0xB10833) is known color: Cardinal. HEX triplet: B1, 08 and 33. RGB value is (177,8,51). Sum of RGB (Red+Green+Blue) = 177+8+51=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B10833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10833 is #4EF7CC. Grayscale: #3F3F3F. Windows color (decimal): -5175245 or 3344561. OLE color: 3344561.

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

Color convert

RGB 177 8 51 -
CMYK 0 0.95 0.71 0.31
HSL 344.73º 0.91% 0.36% -
HSV(B) 344.73º 0.95% 0.69% -
XYZ 18.82 9.76 4.02 -
YUV 63.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 177 8 51 0 0.95 0.71 0.31 344.73 0.91 0.36
Hex B1 8 33 0 5F 47 1F 159 5B 24
Octal 261 10 63 0 137 107 37 531 133 44
Binary 10110001 1000 110011 0 1011111 1000111 11111 101011001 1011011 100100

Color Harmonies of #B10833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10833

Black with #B10833

Text Example


Text Example

White with #B10833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10833; }

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

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

background-color css

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

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

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

border-color css

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

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

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