Html Css Color HEX #BB013E Cardinal

📋 copy color: '#BB013E'

red 187 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #BB013E

Tints of Cardinal #BB013E

RGB

 RED value IS 187 (73.44% from 255) = 74.8%

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

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 74.8%
G = 0.4%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB013E (or 0xBB013E) is known color: Cardinal. HEX triplet: BB, 01 and 3E. RGB value is (187,1,62). Sum of RGB (Red+Green+Blue) = 187+1+62=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB013E is #44FEC1. Grayscale: #3F3F3F. Windows color (decimal): -4521666 or 4063675. OLE color: 4063675.

HSL color Cylindrical-coordinate representation of color #BB013E: hue angle of 340.32º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB013E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 62 -
CMYK 0 0.99 0.67 0.27
HSL 340.32º 0.99% 0.37% -
HSV(B) 340.32º 0.99% 0.73% -
XYZ 21.37 10.93 5.54 -
YUV 63.57 127.12 216.04 -
System Red Green Blue C M Y K H S L
Decimal 187 1 62 0 0.99 0.67 0.27 340.32 0.99 0.37
Hex BB 1 3E 0 63 43 1B 154 63 25
Octal 273 1 76 0 143 103 33 524 143 45
Binary 10111011 1 111110 0 1100011 1000011 11011 101010100 1100011 100101

Color Harmonies of #BB013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB013E

Black with #BB013E

Text Example


Text Example

White with #BB013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB013E; }

 p { color: rgb(187,1,62); }

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

background-color css

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

 a { background-color: rgb(187,1,62); }

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

border-color css

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

 span { border-color: rgb(187,1,62); }

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