Html Css Color HEX #BB0035 Cardinal

📋 copy color: '#BB0035'

red 187 ◦ green 0 ◦ blue 53

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

Shades of Cardinal #BB0035

Tints of Cardinal #BB0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.92%
G = 0%
B = 22.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB0035 (or 0xBB0035) is known color: Cardinal. HEX triplet: BB, 00 and 35. RGB value is (187,0,53). Sum of RGB (Red+Green+Blue) = 187+0+53=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0035 is #44FFCA. Grayscale: #3D3D3D. Windows color (decimal): -4521931 or 3473595. OLE color: 3473595.

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

Color convert

RGB 187 0 53 -
CMYK 0 1 0.72 0.27
HSL 342.99º 1% 0.37% -
HSV(B) 342.99º 1% 0.73% -
XYZ 21.14 10.82 4.34 -
YUV 61.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 187 0 53 0 1 0.72 0.27 342.99 1 0.37
Hex BB 0 35 0 64 48 1B 157 64 25
Octal 273 0 65 0 144 110 33 527 144 45
Binary 10111011 0 110101 0 1100100 1001000 11011 101010111 1100100 100101

Color Harmonies of #BB0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0035

Black with #BB0035

Text Example


Text Example

White with #BB0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0035; }

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

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

background-color css

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

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

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

border-color css

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

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

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