Html Css Color HEX #B0133F Cardinal

📋 copy color: '#B0133F'

red 176 ◦ green 19 ◦ blue 63

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

Shades of Cardinal #B0133F

Tints of Cardinal #B0133F

RGB

 RED value IS 176 (69.14% from 255) = 68.22%

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 63 (25% from 255) = 24.42%

R = 68.22%
G = 7.36%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B0133F (or 0xB0133F) is known color: Cardinal. HEX triplet: B0, 13 and 3F. RGB value is (176,19,63). Sum of RGB (Red+Green+Blue) = 176+19+63=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0133F is #4FECC0. Grayscale: #464646. Windows color (decimal): -5237953 or 4133808. OLE color: 4133808.

HSL color Cylindrical-coordinate representation of color #B0133F: hue angle of 343.18º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0133F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 63 -
CMYK 0 0.89 0.64 0.31
HSL 343.18º 0.81% 0.38% -
HSV(B) 343.18º 0.89% 0.69% -
XYZ 19.03 10.05 5.64 -
YUV 70.96 123.51 202.92 -
System Red Green Blue C M Y K H S L
Decimal 176 19 63 0 0.89 0.64 0.31 343.18 0.81 0.38
Hex B0 13 3F 0 59 40 1F 157 51 26
Octal 260 23 77 0 131 100 37 527 121 46
Binary 10110000 10011 111111 0 1011001 1000000 11111 101010111 1010001 100110

Color Harmonies of #B0133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0133F

Black with #B0133F

Text Example


Text Example

White with #B0133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0133F; }

 p { color: rgb(176,19,63); }

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

background-color css

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

 a { background-color: rgb(176,19,63); }

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

border-color css

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

 span { border-color: rgb(176,19,63); }

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