Html Css Color HEX #B0133A Cardinal

📋 copy color: '#B0133A'

red 176 ◦ green 19 ◦ blue 58

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

Shades of Cardinal #B0133A

Tints of Cardinal #B0133A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.92%

R = 69.57%
G = 7.51%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0133A (or 0xB0133A) is known color: Cardinal. HEX triplet: B0, 13 and 3A. RGB value is (176,19,58). Sum of RGB (Red+Green+Blue) = 176+19+58=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B0133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0133A is #4FECC5. Grayscale: #464646. Windows color (decimal): -5237958 or 3806128. OLE color: 3806128.

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

Color convert

RGB 176 19 58 -
CMYK 0 0.89 0.67 0.31
HSL 345.1º 0.81% 0.38% -
HSV(B) 345.1º 0.89% 0.69% -
XYZ 18.9 10 4.94 -
YUV 70.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 176 19 58 0 0.89 0.67 0.31 345.1 0.81 0.38
Hex B0 13 3A 0 59 43 1F 159 51 26
Octal 260 23 72 0 131 103 37 531 121 46
Binary 10110000 10011 111010 0 1011001 1000011 11111 101011001 1010001 100110

Color Harmonies of #B0133A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0133A

Black with #B0133A

Text Example


Text Example

White with #B0133A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0133A; }

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

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

background-color css

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

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

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

border-color css

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

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

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