Html Css Color HEX #B10838 Cardinal

📋 copy color: '#B10838'

red 177 ◦ green 8 ◦ blue 56

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

Shades of Cardinal #B10838

Tints of Cardinal #B10838

RGB

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

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

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

R = 73.44%
G = 3.32%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B10838 (or 0xB10838) is known color: Cardinal. HEX triplet: B1, 08 and 38. RGB value is (177,8,56). Sum of RGB (Red+Green+Blue) = 177+8+56=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B10838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10838 is #4EF7C7. Grayscale: #3F3F3F. Windows color (decimal): -5175240 or 3672241. OLE color: 3672241.

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

Color convert

RGB 177 8 56 -
CMYK 0 0.95 0.68 0.31
HSL 342.96º 0.91% 0.36% -
HSV(B) 342.96º 0.95% 0.69% -
XYZ 18.93 9.81 4.64 -
YUV 64 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 177 8 56 0 0.95 0.68 0.31 342.96 0.91 0.36
Hex B1 8 38 0 5F 44 1F 157 5B 24
Octal 261 10 70 0 137 104 37 527 133 44
Binary 10110001 1000 111000 0 1011111 1000100 11111 101010111 1011011 100100

Color Harmonies of #B10838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10838

Black with #B10838

Text Example


Text Example

White with #B10838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10838; }

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

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

background-color css

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

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

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

border-color css

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

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

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