Html Css Color HEX #B00133 Cardinal

📋 copy color: '#B00133'

red 176 ◦ green 1 ◦ blue 51

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

Shades of Cardinal #B00133

Tints of Cardinal #B00133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.37%

R = 77.19%
G = 0.44%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B00133 (or 0xB00133) is known color: Cardinal. HEX triplet: B0, 01 and 33. RGB value is (176,1,51). Sum of RGB (Red+Green+Blue) = 176+1+51=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B00133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00133 is #4FFECC. Grayscale: #3B3B3B. Windows color (decimal): -5242573 or 3342768. OLE color: 3342768.

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

Color convert

RGB 176 1 51 -
CMYK 0 0.99 0.71 0.31
HSL 342.86º 0.99% 0.35% -
HSV(B) 342.86º 0.99% 0.69% -
XYZ 18.51 9.49 3.99 -
YUV 59.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 176 1 51 0 0.99 0.71 0.31 342.86 0.99 0.35
Hex B0 1 33 0 63 47 1F 157 63 23
Octal 260 1 63 0 143 107 37 527 143 43
Binary 10110000 1 110011 0 1100011 1000111 11111 101010111 1100011 100011

Color Harmonies of #B00133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00133

Black with #B00133

Text Example


Text Example

White with #B00133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00133; }

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

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

background-color css

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

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

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

border-color css

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

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

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