Html Css Color HEX #BF233F Cardinal

📋 copy color: '#BF233F'

red 191 ◦ green 35 ◦ blue 63

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

Shades of Cardinal #BF233F

Tints of Cardinal #BF233F

RGB

 RED value IS 191 (75% from 255) = 66.09%

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 66.09%
G = 12.11%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF233F (or 0xBF233F) is known color: Cardinal. HEX triplet: BF, 23 and 3F. RGB value is (191,35,63). Sum of RGB (Red+Green+Blue) = 191+35+63=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF233F is #40DCC0. Grayscale: #545454. Windows color (decimal): -4250817 or 4137919. OLE color: 4137919.

HSL color Cylindrical-coordinate representation of color #BF233F: hue angle of 349.23º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF233F is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 35 63 -
CMYK 0 0.82 0.67 0.25
HSL 349.23º 0.69% 0.44% -
HSV(B) 349.23º 0.82% 0.75% -
XYZ 22.98 12.64 5.93 -
YUV 84.84 115.68 203.72 -
System Red Green Blue C M Y K H S L
Decimal 191 35 63 0 0.82 0.67 0.25 349.23 0.69 0.44
Hex BF 23 3F 0 52 43 19 15D 45 2C
Octal 277 43 77 0 122 103 31 535 105 54
Binary 10111111 100011 111111 0 1010010 1000011 11001 101011101 1000101 101100

Color Harmonies of #BF233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF233F

Black with #BF233F

Text Example


Text Example

White with #BF233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF233F; }

 p { color: rgb(191,35,63); }

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

background-color css

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

 a { background-color: rgb(191,35,63); }

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

border-color css

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

 span { border-color: rgb(191,35,63); }

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