Html Css Color HEX #B10434 Cardinal

📋 copy color: '#B10434'

red 177 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B10434

Tints of Cardinal #B10434

RGB

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

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

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

R = 75.97%
G = 1.72%
B = 22.32%

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

#B10434 (or 0xB10434) is known color: Cardinal. HEX triplet: B1, 04 and 34. RGB value is (177,4,52). Sum of RGB (Red+Green+Blue) = 177+4+52=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10434 is #4EFBCB. Grayscale: #3D3D3D. Windows color (decimal): -5176268 or 3409073. OLE color: 3409073.

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

Color convert

RGB 177 4 52 -
CMYK 0 0.98 0.71 0.31
HSL 343.35º 0.96% 0.35% -
HSV(B) 343.35º 0.98% 0.69% -
XYZ 18.79 9.68 4.13 -
YUV 61.2 122.81 210.6 -
System Red Green Blue C M Y K H S L
Decimal 177 4 52 0 0.98 0.71 0.31 343.35 0.96 0.35
Hex B1 4 34 0 62 47 1F 157 60 23
Octal 261 4 64 0 142 107 37 527 140 43
Binary 10110001 100 110100 0 1100010 1000111 11111 101010111 1100000 100011

Color Harmonies of #B10434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10434

Black with #B10434

Text Example


Text Example

White with #B10434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10434; }

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

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

background-color css

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

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

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

border-color css

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

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

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