Html Css Color HEX #BB0135 Cardinal

📋 copy color: '#BB0135'

red 187 ◦ green 1 ◦ blue 53

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

Shades of Cardinal #BB0135

Tints of Cardinal #BB0135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.99%

R = 77.59%
G = 0.41%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB0135 (or 0xBB0135) is known color: Cardinal. HEX triplet: BB, 01 and 35. RGB value is (187,1,53). Sum of RGB (Red+Green+Blue) = 187+1+53=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0135 is #44FECA. Grayscale: #3E3E3E. Windows color (decimal): -4521675 or 3473851. OLE color: 3473851.

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

Color convert

RGB 187 1 53 -
CMYK 0 0.99 0.72 0.27
HSL 343.23º 0.99% 0.37% -
HSV(B) 343.23º 0.99% 0.73% -
XYZ 21.15 10.84 4.35 -
YUV 62.54 122.62 216.77 -
System Red Green Blue C M Y K H S L
Decimal 187 1 53 0 0.99 0.72 0.27 343.23 0.99 0.37
Hex BB 1 35 0 63 48 1B 157 63 25
Octal 273 1 65 0 143 110 33 527 143 45
Binary 10111011 1 110101 0 1100011 1001000 11011 101010111 1100011 100101

Color Harmonies of #BB0135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0135

Black with #BB0135

Text Example


Text Example

White with #BB0135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0135; }

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

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

background-color css

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

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

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

border-color css

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

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

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