Html Css Color HEX #BB0630 Cardinal

📋 copy color: '#BB0630'

red 187 ◦ green 6 ◦ blue 48

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

Shades of Cardinal #BB0630

Tints of Cardinal #BB0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 48 (19.14% from 255) = 19.92%

R = 77.59%
G = 2.49%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0630 (or 0xBB0630) is known color: Cardinal. HEX triplet: BB, 06 and 30. RGB value is (187,6,48). Sum of RGB (Red+Green+Blue) = 187+6+48=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0630 is #44F9CF. Grayscale: #404040. Windows color (decimal): -4520400 or 3147451. OLE color: 3147451.

HSL color Cylindrical-coordinate representation of color #BB0630: hue angle of 346.08º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0630 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 48 -
CMYK 0 0.97 0.74 0.27
HSL 346.08º 0.94% 0.38% -
HSV(B) 346.08º 0.97% 0.73% -
XYZ 21.09 10.91 3.79 -
YUV 64.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 187 6 48 0 0.97 0.74 0.27 346.08 0.94 0.38
Hex BB 6 30 0 61 4A 1B 15A 5E 26
Octal 273 6 60 0 141 112 33 532 136 46
Binary 10111011 110 110000 0 1100001 1001010 11011 101011010 1011110 100110

Color Harmonies of #BB0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0630

Black with #BB0630

Text Example


Text Example

White with #BB0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0630; }

 p { color: rgb(187,6,48); }

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

background-color css

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

 a { background-color: rgb(187,6,48); }

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

border-color css

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

 span { border-color: rgb(187,6,48); }

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