Html Css Color HEX #B10432 Cardinal

📋 copy color: '#B10432'

red 177 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #B10432

Tints of Cardinal #B10432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 76.62%
G = 1.73%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B10432 (or 0xB10432) is known color: Cardinal. HEX triplet: B1, 04 and 32. RGB value is (177,4,50). Sum of RGB (Red+Green+Blue) = 177+4+50=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B10432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10432 is #4EFBCD. Grayscale: #3C3C3C. Windows color (decimal): -5176270 or 3278001. OLE color: 3278001.

HSL color Cylindrical-coordinate representation of color #B10432: hue angle of 344.05º degrees, saturation: 0.96, 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 #B10432 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 4 50 -
CMYK 0 0.98 0.72 0.31
HSL 344.05º 0.96% 0.35% -
HSV(B) 344.05º 0.98% 0.69% -
XYZ 18.75 9.66 3.89 -
YUV 60.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 177 4 50 0 0.98 0.72 0.31 344.05 0.96 0.35
Hex B1 4 32 0 62 48 1F 158 60 23
Octal 261 4 62 0 142 110 37 530 140 43
Binary 10110001 100 110010 0 1100010 1001000 11111 101011000 1100000 100011

Color Harmonies of #B10432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10432

Black with #B10432

Text Example


Text Example

White with #B10432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10432; }

 p { color: rgb(177,4,50); }

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

background-color css

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

 a { background-color: rgb(177,4,50); }

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

border-color css

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

 span { border-color: rgb(177,4,50); }

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