Html Css Color HEX #BB002F Cardinal

📋 copy color: '#BB002F'

red 187 ◦ green 0 ◦ blue 47

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

Shades of Cardinal #BB002F

Tints of Cardinal #BB002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 79.91%
G = 0%
B = 20.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB002F (or 0xBB002F) is known color: Cardinal. HEX triplet: BB, 00 and 2F. RGB value is (187,0,47). Sum of RGB (Red+Green+Blue) = 187+0+47=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB002F is #44FFD0. Grayscale: #3D3D3D. Windows color (decimal): -4521937 or 3080379. OLE color: 3080379.

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

Color convert

RGB 187 0 47 -
CMYK 0 1 0.75 0.27
HSL 344.92º 1% 0.37% -
HSV(B) 344.92º 1% 0.73% -
XYZ 21.01 10.77 3.66 -
YUV 61.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 187 0 47 0 1 0.75 0.27 344.92 1 0.37
Hex BB 0 2F 0 64 4B 1B 159 64 25
Octal 273 0 57 0 144 113 33 531 144 45
Binary 10111011 0 101111 0 1100100 1001011 11011 101011001 1100100 100101

Color Harmonies of #BB002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB002F

Black with #BB002F

Text Example


Text Example

White with #BB002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB002F; }

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

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

background-color css

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

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

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

border-color css

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

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

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