Html Css Color HEX #B00132 Cardinal

📋 copy color: '#B00132'

red 176 ◦ green 1 ◦ blue 50

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

Shades of Cardinal #B00132

Tints of Cardinal #B00132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 77.53%
G = 0.44%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B00132 (or 0xB00132) is known color: Cardinal. HEX triplet: B0, 01 and 32. RGB value is (176,1,50). Sum of RGB (Red+Green+Blue) = 176+1+50=227 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.53% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 176 - color contains mainly: red. Hex color #B00132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00132 is #4FFECD. Grayscale: #3A3A3A. Windows color (decimal): -5242574 or 3277232. OLE color: 3277232.

HSL color Cylindrical-coordinate representation of color #B00132: hue angle of 343.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00132 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 1 50 -
CMYK 0 0.99 0.72 0.31
HSL 343.2º 0.99% 0.35% -
HSV(B) 343.2º 0.99% 0.69% -
XYZ 18.49 9.48 3.87 -
YUV 58.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 176 1 50 0 0.99 0.72 0.31 343.2 0.99 0.35
Hex B0 1 32 0 63 48 1F 157 63 23
Octal 260 1 62 0 143 110 37 527 143 43
Binary 10110000 1 110010 0 1100011 1001000 11111 101010111 1100011 100011

Color Harmonies of #B00132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00132

Black with #B00132

Text Example


Text Example

White with #B00132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00132; }

 p { color: rgb(176,1,50); }

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

background-color css

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

 a { background-color: rgb(176,1,50); }

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

border-color css

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

 span { border-color: rgb(176,1,50); }

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