Html Css Color HEX #B10438 Cardinal

📋 copy color: '#B10438'

red 177 ◦ green 4 ◦ blue 56

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

Shades of Cardinal #B10438

Tints of Cardinal #B10438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 74.68%
G = 1.69%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B10438 (or 0xB10438) is known color: Cardinal. HEX triplet: B1, 04 and 38. RGB value is (177,4,56). Sum of RGB (Red+Green+Blue) = 177+4+56=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B10438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10438 is #4EFBC7. Grayscale: #3D3D3D. Windows color (decimal): -5176264 or 3671217. OLE color: 3671217.

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

Color convert

RGB 177 4 56 -
CMYK 0 0.98 0.68 0.31
HSL 341.97º 0.96% 0.35% -
HSV(B) 341.97º 0.98% 0.69% -
XYZ 18.89 9.72 4.62 -
YUV 61.66 124.81 210.27 -
System Red Green Blue C M Y K H S L
Decimal 177 4 56 0 0.98 0.68 0.31 341.97 0.96 0.35
Hex B1 4 38 0 62 44 1F 156 60 23
Octal 261 4 70 0 142 104 37 526 140 43
Binary 10110001 100 111000 0 1100010 1000100 11111 101010110 1100000 100011

Color Harmonies of #B10438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10438

Black with #B10438

Text Example


Text Example

White with #B10438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10438; }

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

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

background-color css

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

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

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

border-color css

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

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

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